Save to CaptureSaver
This extension adds a CaptureSaver button to the toolbar which allows you to save the page into CaptureSaver.
Cos'è Save to CaptureSaver?
Save to CaptureSaver è un'estensione di Chrome sviluppata da https://www.capturesaver.com, e la sua funzione principale è "This extension adds a CaptureSaver button to the toolbar which allows you to save the page into CaptureSaver.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Save to CaptureSaver
Scarica i file di estensione Save to CaptureSaver 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
CaptureSaver lets you capture, organize, and search the information you gather on the Internet. When you use CaptureSaver you'll never lose important information, or have to worry about Web sites or pages disappearing never to be found again. This extension adds a CaptureSaver button to the toolbar which allows you to save the page into CaptureSaver.
Informazioni di Base sull'Estensione
Nome | Save to CaptureSaver |
ID | pddlbiopkcimgjfkjlfkophopecpdbai |
URL Ufficiale | https://chromewebstore.google.com/detail/save-to-capturesaver/pddlbiopkcimgjfkjlfkophopecpdbai |
Descrizione | This extension adds a CaptureSaver button to the toolbar which allows you to save the page into CaptureSaver. |
Dimensione del File | 25.12 KB |
Conteggio Installazioni | 721 |
Versione Corrente | 3.0.0 |
Ultimo Aggiornamento | 2014-06-27 |
Data di Pubblicazione | 2014-06-26 |
Valutazione | 3.00/5 Totale 4 Valutazioni |
Sviluppatore | https://www.capturesaver.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.capturesaver.com/capturesaver/index.htm |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save to CaptureSaver", "description": "This extension adds a CaptureSaver button to the toolbar which allows you to save the page into CaptureSaver.", "version": "3.0.0", "manifest_version": 2, "minimum_chrome_version": "6.0.0.0", "background": { "page": "background.html" }, "icons": { "16": "cs_16.png", "32": "cs_32.png", "48": "cs_48.png", "128": "cs_128.png" }, "permissions": [ "nativeMessaging", "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Save this page to CaptureSaver", "default_icon": "cs_16.png" } } |