Snip-It
Copy a simple text snippet about the active tab to the clipboard
Cos'è Snip-It?
Snip-It è un'estensione di Chrome sviluppata da crowe.mitch, e la sua funzione principale è "Copy a simple text snippet about the active tab to the clipboard".
Scarica il file CRX dell'estensione Snip-It
Scarica i file di estensione Snip-It 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
Save webpages to your clipboard for easy pasting into a markdown document.
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | fbioimabbleddmecllbenileihlpnamf |
URL Ufficiale | https://chrome.google.com/webstore/detail/snip-it/fbioimabbleddmecllbenileihlpnamf |
Descrizione | Copy a simple text snippet about the active tab to the clipboard |
Dimensione del File | 33.33 KB |
Conteggio Installazioni | 481 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2017-01-04 |
Data di Pubblicazione | 2017-01-04 |
Sviluppatore | crowe.mitch |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Snip-It", "description": "Copy a simple text snippet about the active tab to the clipboard", "version": "2.0", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "jquery-2.1.0.min.js", "background.js" ], "persistent": false }, "commands": { "tab-snippet": { "suggested_key": { "default": "Ctrl+Shift+S", "mac": "Command+Shift+S" }, "description": "Copy a snippet of the current tab" } }, "browser_action": { "default_title": "Copy a snippet to the clipboard", "default_icon": "icon.png" }, "manifest_version": 2 } |