fragment
A tool for getting URLs of page fragments
Cos'è fragment?
fragment è un'estensione di Chrome sviluppata da jmajnert, e la sua funzione principale è "A tool for getting URLs of page fragments".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione fragment
Scarica i file di estensione fragment 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
This extension allows you to quickly copy a fragment URL to a piece of a web page, for example a section in an article in wikipedia. To use it, turn it on, hover over the desired section (it should be highlighted in red) and click. The appropriate fragment URL is copied into the system's clipboard. Code available here: https://github.com/jmajnert/fragment
Informazioni di Base sull'Estensione
Nome | fragment |
ID | onabdcmognnippccjhcomlaniijgmkie |
URL Ufficiale | https://chromewebstore.google.com/detail/fragment/onabdcmognnippccjhcomlaniijgmkie |
Descrizione | A tool for getting URLs of page fragments |
Dimensione del File | 7.11 KB |
Conteggio Installazioni | 86 |
Versione Corrente | 0.5 |
Ultimo Aggiornamento | 2015-07-17 |
Data di Pubblicazione | 2015-07-17 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | jmajnert |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "fragment", "description": "A tool for getting URLs of page fragments", "version": "0.5", "author": "Janusz Majnert", "permissions": [ "activeTab", "clipboardWrite" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Get fragment URL", "default_icon": "icon.png" }, "icons": { "128": "icon128.png" }, "manifest_version": 2 } |