Save to CaptureSaver

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

Was ist Save to CaptureSaver?

Save to CaptureSaver ist eine Chrome-Erweiterung, die von https://www.capturesaver.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension adds a CaptureSaver button to the toolbar which allows you to save the page into CaptureSaver.".

Erweiterungsscreenshots

screenshot

Save to CaptureSaver-Erweiterungs-CRX-Datei herunterladen

Laden Sie Save to CaptureSaver-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Save to CaptureSaver Save to CaptureSaver
ID pddlbiopkcimgjfkjlfkophopecpdbai
Offizielle URL https://chromewebstore.google.com/detail/save-to-capturesaver/pddlbiopkcimgjfkjlfkophopecpdbai
Beschreibung This extension adds a CaptureSaver button to the toolbar which allows you to save the page into CaptureSaver.
Dateigröße 25.12 KB
Installationsanzahl 721
Aktuelle Version 3.0.0
Letztes Update 2014-06-27
Veröffentlichungsdatum 2014-06-26
Bewertung 3.00/5 Insgesamt 4 Bewertungen
Entwickler https://www.capturesaver.com
Zahlungsart free
Erweiterungswebsite http://www.capturesaver.com/capturesaver/index.htm
Unterstützte Sprachen 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"
    }
}