Save to CaptureSaver

This extension adds a CaptureSaver button to the toolbar which allows you to save the page into CaptureSaver.

What is Save to CaptureSaver?

Save to CaptureSaver is a Chrome extension developed by https://www.capturesaver.com, and its main feature is "This extension adds a CaptureSaver button to the toolbar which allows you to save the page into CaptureSaver.".

Extension Screenshots

screenshot

Download Save to CaptureSaver Extension CRX File

Download Save to CaptureSaver extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Save to CaptureSaver Save to CaptureSaver
ID pddlbiopkcimgjfkjlfkophopecpdbai
Official URL 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.
File Size 25.12 KB
Installation Count 721
Current Version 3.0.0
Last Updated 2014-06-27
Publish Date 2014-06-26
Rating 3.00/5 Total 4 Ratings
Developer https://www.capturesaver.com
Payment Type free
Extension Website http://www.capturesaver.com/capturesaver/index.htm
Supported Languages 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"
    }
}