8chan Image expander
Expands images on 8chanX when hovered on.
8chan Image expanderとは何ですか?
8chan Image expanderはcalza27によって開発されたChromeの拡張機能で、その主な機能は「Expands images on 8chanX when hovered on.」です。
拡張機能のスクリーンショット
8chan Image expander拡張機能のCRXファイルをダウンロード
8chan Image expander拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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]
拡張機能の基本情報
名前 | |
ID | eppjgiadijagdghkdfgjcpkmmjhdcnll |
公式URL | https://chrome.google.com/webstore/detail/8chan-image-expander/eppjgiadijagdghkdfgjcpkmmjhdcnll |
説明 | Expands images on 8chanX when hovered on. |
ファイルサイズ | 122 KB |
インストール数 | 158 |
現在のバージョン | 1.4.7 |
最終更新日 | 2014-09-23 |
公開日 | 2014-09-23 |
評価 | 3.67/5 合計 6 レビュー |
開発者 | calza27 |
支払い方法 | free |
対応言語 | 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" } } |