Save to CaptureSaver
This extension adds a CaptureSaver button to the toolbar which allows you to save the page into CaptureSaver.
Qu'est-ce que Save to CaptureSaver ?
Save to CaptureSaver est une extension Chrome développée par https://www.capturesaver.com, et sa fonction principale est "This extension adds a CaptureSaver button to the toolbar which allows you to save the page into CaptureSaver.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Save to CaptureSaver
Téléchargez les fichiers d'extension Save to CaptureSaver au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Save to CaptureSaver |
ID | pddlbiopkcimgjfkjlfkophopecpdbai |
URL Officiel | https://chromewebstore.google.com/detail/save-to-capturesaver/pddlbiopkcimgjfkjlfkophopecpdbai |
Description | This extension adds a CaptureSaver button to the toolbar which allows you to save the page into CaptureSaver. |
Taille du Fichier | 25.12 KB |
Nombre d'Installations | 721 |
Version Actuelle | 3.0.0 |
Dernière Mise à Jour | 2014-06-27 |
Date de Publication | 2014-06-26 |
Évaluation | 3.00/5 Total 4 Évaluations |
Développeur | https://www.capturesaver.com |
Type de Paiement | free |
Site Web de l'Extension | http://www.capturesaver.com/capturesaver/index.htm |
Langues Prises en Charge | 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" } } |