Hoverable
Hoverable - automatically enlarge photo links.
什麼是Hoverable?
Hoverable是由Will Charczuk開發的Chrome擴展程式,該擴展的主要功能是“Hoverable - automatically enlarge photo links.”。
擴展截圖
下載Hoverable擴展crx文件
下載Hoverable擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Hoverable is a lightweight plugin to make browsing images easier. Hover over a link (instead of clicking on it) to view the image. Supports links to a number of sites, including: - imgur.com - gfycat.com - instagram.com - flickr.com - wikipedia.org
擴展基本資訊
名稱 | Hoverable |
ID | oiegbjhacgfjnojenkfcjfihebknpnef |
官方網址 | https://chromewebstore.google.com/detail/hoverable/oiegbjhacgfjnojenkfcjfihebknpnef |
簡介 | Hoverable - automatically enlarge photo links. |
檔案大小 | 36.93 KB |
安裝次數 | 448 |
目前版本 | 0.9 |
更新時間 | 2014-10-16 |
上架時間 | 2014-10-15 |
評分 | 3.70/5 共 10 次評分 |
開發者 | Will Charczuk |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hoverable", "short_name": "Hoverable", "version": "0.9", "manifest_version": 2, "description": "Hoverable - automatically enlarge photo links.", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "hoverable.css" ], "js": [ "zepto.min.js", "extension.js" ] } ], "icons": { "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "http:\/\/*.flickr.com\/photos\/*", "http:\/\/img.photobucket.com\/*", "http:\/\/imgclean.com\/*", "http:\/\/backend.deviantart.com\/oembed?url=*", "https:\/\/mediacru.sh\/*", "http:\/\/noembed.com\/embed?url=*", "http:\/\/instagram.com\/*", "http:\/\/*.instagram.com\/*", "http:\/\/tumblr.com\/*", "http:\/\/*.tumblr.com\/*", "http:\/\/t.co\/*", "http:\/\/goo.gl\/*", "http:\/\/bit.ly\/*", "http:\/\/tiny.cc\/*", "http:\/\/*.wikipedia.org\/*", "http:\/\/*.gfycat.com\/*" ] } |