Link Finder
Link Finder
Cos'è Link Finder?
Link Finder è un'estensione di Chrome sviluppata da https://codingeverything.blogspot.com, e la sua funzione principale è "Link Finder".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Link Finder
Scarica i file di estensione Link Finder 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
Find all links to named anchors within the page so you can create descriptive links to content within a page. Simply click the ID button in your browsers action buttons. The page will display all available fragmented links. You can click on any link for a preview of where the page will load. Copy the address directly from the popover or from the address bar after clicking a link. To hide the popups, just click the icon again and you can resume work.
Informazioni di Base sull'Estensione
Nome | Link Finder |
ID | jnodcgnkggmnlmcgibanbaeagpjckjnd |
URL Ufficiale | https://chromewebstore.google.com/detail/link-finder/jnodcgnkggmnlmcgibanbaeagpjckjnd |
Descrizione | Link Finder |
Dimensione del File | 230 KB |
Conteggio Installazioni | 590 |
Versione Corrente | 0.3 |
Ultimo Aggiornamento | 2013-12-25 |
Data di Pubblicazione | 2013-12-24 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://codingeverything.blogspot.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/KyleMit/LinkFinder |
URL della Pagina di Aiuto | https://github.com/KyleMit/LinkFinder/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Link Finder", "version": "0.3", "description": "Link Finder", "icons": { "16": "Icons\/Logo16.png", "32": "Icons\/Logo32.png", "48": "Icons\/Logo48.png", "128": "Icons\/Logo128.png" }, "browser_action": { "default_icon": { "19": "Icons\/LogoSmall19.png", "38": "Icons\/LogoSmall38.png" }, "default_title": "Link Finder" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |