Link to Here
Adds a context menu to link to the nearest anchor before the selected text.
什麼是Link to Here?
Link to Here是由Jeffrey Yasskin開發的Chrome擴展程式,該擴展的主要功能是“Adds a context menu to link to the nearest anchor before the selected text.”。
擴展截圖
下載Link to Here擴展crx文件
下載Link to Here擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Have you ever wanted to link to a specific place in a web page, but the page's authors forgot to tell you the right link target? This extension finds the nearest linkable place in the page before the text you've selected and links there. This extension uses the new activeTab permission to avoid running on any page except the ones you explicitly ask it to, so it currently only supports the Chrome beta channel. WARNING: This extension will probably do badly on pages with iframes, especially cross-origin iframes. We'll fix this eventually...
擴展基本資訊
名稱 | Link to Here |
ID | fhpigohjannbboeplbkfdkojklnjiknh |
官方網址 | https://chromewebstore.google.com/detail/link-to-here/fhpigohjannbboeplbkfdkojklnjiknh |
簡介 | Adds a context menu to link to the nearest anchor before the selected text. |
檔案大小 | 4.98 KB |
安裝次數 | 168 |
目前版本 | 0.2.1 |
更新時間 | 2013-02-20 |
上架時間 | 2013-02-19 |
評分 | 5.00/5 共 7 次評分 |
開發者 | Jeffrey Yasskin |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Link to Here", "version": "0.2.1", "manifest_version": 2, "minimum_chrome_version": "26", "description": "Adds a context menu to link to the nearest anchor before the selected text.", "icons": { "16": "icon16.png", "128": "icon128.png" }, "permissions": [ "activeTab", "clipboardWrite", "contextMenus" ], "background": { "persistent": false, "scripts": [ "eventPage.js" ] }, "offline_enabled": true } |