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 扩展基本信息
| 名称 | |
| ID | oiegbjhacgfjnojenkfcjfihebknpnef |
| 官方URL | 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\/*"
]
} | |