8chan Image expander
Expands images on 8chanX when hovered on.
Co je 8chan Image expander?
8chan Image expander je rozšíření Chrome vyvinuté calza27, a jeho hlavní funkcí je „Expands images on 8chanX when hovered on.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření 8chan Image expander
Stáhněte si soubory rozšíření 8chan Image expander ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This extension will expand images on 8chan when they're moused over. Works with all picture types, and webms. Images will be displayed at their natural resolution, and if their wider than 960 pixels, the image will be scaled back to a width of 960px accordingly. Same for the height, but it will be scaled back to 810px. Webms will be displayed at 960 X 540, half the resolution of 1920X 1080. ===== Version History ===== v1.4.0 - 8chan Image Expander released -Expands images and webms on hover v1.4.5 - Added in pictures moving in right hand side of screen with cursor movement v1.4.7 - Images now appear in the top right hand corner of browser window - Removed cursor tracing If there are any issues feel free to email me at [email protected]
Základní Informace o Rozšíření
Název | |
ID | eppjgiadijagdghkdfgjcpkmmjhdcnll |
Oficiální URL | https://chrome.google.com/webstore/detail/8chan-image-expander/eppjgiadijagdghkdfgjcpkmmjhdcnll |
Popis | Expands images on 8chanX when hovered on. |
Velikost souboru | 122 KB |
Počet instalací | 158 |
Aktuální Verze | 1.4.7 |
Poslední Aktualizace | 2014-09-23 |
Datum Vydání | 2014-09-23 |
Hodnocení | 3.67/5 Celkem 6 Hodnocení |
Vývojář | calza27 |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "8chan Image expander", "version": "1.4.7", "description": "Expands images on 8chanX when hovered on.", "manifest_version": 2, "content_scripts": [ { "js": [ "jquery-1.11.1.js", "script.js" ], "css": [ "style.css" ], "matches": [ "*:\/\/8chan.co\/*" ] } ], "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" } } |