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 |
公式URL | 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 } |