Preview - Sneak peak at links
ALT+Click links for a popup preview
Preview - Sneak peak at linksとは何ですか?
Preview - Sneak peak at linksはbenamara.otnielによって開発されたChromeの拡張機能で、その主な機能は「ALT+Click links for a popup preview」です。
拡張機能のスクリーンショット
Preview - Sneak peak at links拡張機能のCRXファイルをダウンロード
Preview - Sneak peak at links拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tired of context switches and too many tabs? Get a sneak peak preview of links. Press the ALT key when clicking a link and a preview popup will appear! don't worry about those popups, they automatically disappear when the popup loses focus. 拡張機能の基本情報
| 名前 | |
| ID | eogpejkjgbbhikkebmpbcdglbnjllfai |
| 公式URL | https://chromewebstore.google.com/detail/preview-sneak-peak-at-lin/eogpejkjgbbhikkebmpbcdglbnjllfai |
| 説明 | ALT+Click links for a popup preview |
| ファイルサイズ | 103 KB |
| インストール数 | 1,004 |
| 現在のバージョン | 0.0.2 |
| 最終更新日 | 2017-05-05 |
| 公開日 | 2017-05-04 |
| 評価 | 3.41/5 合計 22 レビュー |
| 開発者 | benamara.otniel |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.preview.guru |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Preview - Sneak peak at links",
"version": "0.0.2",
"manifest_version": 2,
"description": "ALT+Click links for a popup preview",
"icons": {
"16": "icons\/icon128.png",
"48": "icons\/icon128.png",
"128": "icons\/icon128.png"
},
"content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'",
"default_locale": "en",
"background": {
"scripts": [
"src\/bg\/background.js"
],
"persistent": true
},
"web_accessible_resources": [
"static\/*"
],
"permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*",
"downloads"
],
"content_scripts": [
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"css": [
"src\/inject\/inject.css"
],
"all_frames": true,
"match_about_blank": true
},
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"all_frames": true,
"js": [
"js\/jquery-1.12.4.min.js",
"src\/inject\/content.js"
]
}
]
} | |