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 |
官方網址 | 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" ] } |