Link to Here
Adds a context menu to link to the nearest anchor before the selected text.
Cos'è Link to Here?
Link to Here è un'estensione di Chrome sviluppata da Jeffrey Yasskin, e la sua funzione principale è "Adds a context menu to link to the nearest anchor before the selected text.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Link to Here
Scarica i file di estensione Link to Here in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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...
Informazioni di Base sull'Estensione
Nome | Link to Here |
ID | fhpigohjannbboeplbkfdkojklnjiknh |
URL Ufficiale | https://chromewebstore.google.com/detail/link-to-here/fhpigohjannbboeplbkfdkojklnjiknh |
Descrizione | Adds a context menu to link to the nearest anchor before the selected text. |
Dimensione del File | 4.98 KB |
Conteggio Installazioni | 168 |
Versione Corrente | 0.2.1 |
Ultimo Aggiornamento | 2013-02-20 |
Data di Pubblicazione | 2013-02-19 |
Valutazione | 5.00/5 Totale 7 Valutazioni |
Sviluppatore | Jeffrey Yasskin |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |