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\/*"
]
} | |