9ZOOM - 9gag Avatar Zoom
Unofficial extension that zooms the 9gag users avatars on mouse hover.
9ZOOM - 9gag Avatar Zoomとは何ですか?
9ZOOM - 9gag Avatar Zoomはslipknoizeによって開発されたChromeの拡張機能で、その主な機能は「Unofficial extension that zooms the 9gag users avatars on mouse hover.」です。
拡張機能のスクリーンショット
9ZOOM - 9gag Avatar Zoom拡張機能のCRXファイルをダウンロード
9ZOOM - 9gag Avatar Zoom拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With 9ZOOM you can view a bigger Avatar Picture from 9gag.com commentary section. Just mouse hover the original user profile image, and see the magic happening!
拡張機能の基本情報
名前 | |
ID | amlibgjdibjookcmegippkkcpkflbgio |
公式URL | https://chrome.google.com/webstore/detail/9zoom-9gag-avatar-zoom/amlibgjdibjookcmegippkkcpkflbgio |
説明 | Unofficial extension that zooms the 9gag users avatars on mouse hover. |
ファイルサイズ | 132 KB |
インストール数 | 44 |
現在のバージョン | 0.1.3 |
最終更新日 | 2017-02-24 |
公開日 | 2017-02-24 |
評価 | 3.86/5 合計 7 レビュー |
開発者 | slipknoize |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "9ZOOM - 9gag Avatar Zoom", "short_name": "9ZOOM", "version": "0.1.3", "manifest_version": 2, "description": "Unofficial extension that zooms the 9gag users avatars on mouse hover.", "browser_action": { "default_icon": "icon.png", "default_title": "9ZOOM", "default_popup": "extension.html" }, "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*.9gag.com\/*", "https:\/\/*.9gag.com\/*" ], "js": [ "jquery.js", "9zoom.js" ] } ], "web_accessible_resources": [ "spinner.gif" ] } |