Save to CaptureSaver

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

Wat is Save to CaptureSaver?

Save to CaptureSaver is een Chrome-extensie ontwikkeld door https://www.capturesaver.com, en de belangrijkste functie is "This extension adds a CaptureSaver button to the toolbar which allows you to save the page into CaptureSaver.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Save to CaptureSaver

Download Save to CaptureSaver-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Save to CaptureSaver Save to CaptureSaver
ID pddlbiopkcimgjfkjlfkophopecpdbai
Officiële URL https://chromewebstore.google.com/detail/save-to-capturesaver/pddlbiopkcimgjfkjlfkophopecpdbai
Beschrijving This extension adds a CaptureSaver button to the toolbar which allows you to save the page into CaptureSaver.
Bestandsgrootte 25.12 KB
Aantal Installaties 721
Huidige Versie 3.0.0
Laatst Bijgewerkt 2014-06-27
Publicatiedatum 2014-06-26
Beoordeling 3.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://www.capturesaver.com
Betalingswijze free
Extensiewebsite http://www.capturesaver.com/capturesaver/index.htm
Ondersteunde Talen 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"
    }
}