massive update, probably broken
[dotfiles/.git] / .config / chromium / Default / Extensions / lngfncacljheahfpahadgipefkbagpdl / 1.7.5_0 / client / popup.html
diff --git a/.config/chromium/Default/Extensions/lngfncacljheahfpahadgipefkbagpdl/1.7.5_0/client/popup.html b/.config/chromium/Default/Extensions/lngfncacljheahfpahadgipefkbagpdl/1.7.5_0/client/popup.html
new file mode 100644 (file)
index 0000000..87b4c0c
--- /dev/null
@@ -0,0 +1,59 @@
+<html><head>\r
+       <title>Ultrawide Video</title>\r
+       <link rel="stylesheet" href="styles.css">\r
+       <script src="/js/popup.js"></script>\r
+</head>\r
+<body>\r
+       <header class="clearfix">\r
+               <img class="logo" src="../images/icon.png" />\r
+               <h1 class="title">Ultrawide Video</h1>\r
+       </header>\r
+       <div id="modesSel" class="modes">\r
+               <div>\r
+                       <input id="disabled" name="mode" type="radio">\r
+                       <label for="disabled">Disabled</label>\r
+               </div>\r
+               <div>\r
+                       <input id="aspect" name="mode" type="radio">\r
+                       <label for="aspect">\r
+                               Aspect Ratio\r
+                               <span class="desc">Stretch the video to fit the aspect ratio</span>\r
+                       </label>\r
+               </div>\r
+               <div>\r
+                       <input id="crop" name="mode" type="radio">\r
+                       <label for="crop">\r
+                               Crop\r
+                               <span class="desc">Crop the video to fit the aspect ratio while filling the screen</span>\r
+                       </label>\r
+        </div>\r
+               <div>\r
+                       <input id="forceCrop" name="mode" type="radio">\r
+                       <label for="forceCrop">Force crop (experimental)</label>\r
+               </div>\r
+               <div>\r
+                       <input id="forceAspect" name="mode" type="radio">\r
+                       <label for="forceAspect">Force aspect (experimental)</label>\r
+               </div>\r
+       </div>\r
+       <div class="desc">\r
+               <p><strong>Note: </strong>Force modes disregard fullscreen state and screen size.\r
+               This feature is designed for watching 4:3 movies on 16:9 displays.</p>\r
+       </div>\r
+       <a id="helpShow" href="#">help &amp; about</a>\r
+       <div id="help">\r
+               <p>Ultrawide video is designed to make viewing videos a more pleasurable experience on 21:9 aspect ratio monitors.</p>\r
+               <p>You can use the shortcut <strong>ctrl+alt+c</strong> to toggle between modes while viewing a video.</p>\r
+               <div class="attribution">\r
+                       <p class="desc"><strong>By:</strong> <a href="https://github.com/wltrsjames">James Walters</a></p>\r
+                       <p id="links" class="desc"><strong>Contributors:</strong>\r
+                               <a href="https://github.com/Asvarox">Asvarox</a>,\r
+                               <a href="https://github.com/legotheboss">legotheboss</a>,\r
+                               <a href="https://github.com/steenburgh">steenburgh</a>,\r
+                               <a href="https://github.com/simonmckeon">Simon McKeon</a> &amp;\r
+                               <a href="https://github.com/Pecacheu">Pecacheu</a>\r
+                       </p>\r
+               </div>\r
+               <a id="helpHide" href="#">close</a>\r
+       </div>\r
+</body></html>
\ No newline at end of file