Quick Link Previews
Get a quick preview of links before visiting.
Quick Link Previewsとは何ですか?
Quick Link Previewsはeliによって開発されたChromeの拡張機能で、その主な機能は「Get a quick preview of links before visiting.」です。
Quick Link Previews拡張機能のCRXファイルをダウンロード
Quick Link Previews拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
When browsing the web, Quick Link Previews gives you a little snippit of the most important information when hovering over links. - When hovering over Youtube links, see a thumbnail of the video and its most important stats - On imgur album links see the first few images - For URL shorteners like bit.ly and tinyurl, see information about the link they go to - And a special view for links to HackerNews posts
拡張機能の基本情報
名前 | ![]() |
ID | khoepplcccpkapgkplpflhacbbamcbap |
公式URL | https://chrome.google.com/webstore/detail/quick-link-previews/khoepplcccpkapgkplpflhacbbamcbap |
説明 | Get a quick preview of links before visiting. |
ファイルサイズ | 15.38 KB |
インストール数 | 37 |
現在のバージョン | 1.0.1 |
最終更新日 | 2014-10-06 |
公開日 | 2014-10-06 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | eli |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quick Link Previews", "short_name": "Link Preview", "version": "1.0.1", "description": "Get a quick preview of links before visiting.", "homepage_url": "https:\/\/github.com\/TheSavior\/LinkViewer\/", "manifest_version": 2, "permissions": [ "tabs", "contentSettings" ], "authors": "Open Source Contributors", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "ext-css.css" ], "js": [ "ext.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "frame\/index.html", "frame\/main.js", "frame\/total.css" ] } |