Save to CaptureSaver
This extension adds a CaptureSaver button to the toolbar which allows you to save the page into CaptureSaver.
Co je Save to CaptureSaver?
Save to CaptureSaver je rozšíření Chrome vyvinuté https://www.capturesaver.com, a jeho hlavní funkcí je „This extension adds a CaptureSaver button to the toolbar which allows you to save the page into CaptureSaver.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Save to CaptureSaver
Stáhněte si soubory rozšíření Save to CaptureSaver ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Save to CaptureSaver |
ID | pddlbiopkcimgjfkjlfkophopecpdbai |
Oficiální URL | https://chromewebstore.google.com/detail/save-to-capturesaver/pddlbiopkcimgjfkjlfkophopecpdbai |
Popis | This extension adds a CaptureSaver button to the toolbar which allows you to save the page into CaptureSaver. |
Velikost souboru | 25.12 KB |
Počet instalací | 721 |
Aktuální Verze | 3.0.0 |
Poslední Aktualizace | 2014-06-27 |
Datum Vydání | 2014-06-26 |
Hodnocení | 3.00/5 Celkem 4 Hodnocení |
Vývojář | https://www.capturesaver.com |
Typ Platby | free |
Webové stránky Rozšíření | http://www.capturesaver.com/capturesaver/index.htm |
Podporované Jazyky | 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" } } |