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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |