Save to CaptureSaver

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

Co to jest Save to CaptureSaver?

Save to CaptureSaver to rozszerzenie Chrome opracowane przez https://www.capturesaver.com, a jego główną funkcją jest „This extension adds a CaptureSaver button to the toolbar which allows you to save the page into CaptureSaver.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Save to CaptureSaver

Pobierz pliki rozszerzeń Save to CaptureSaver w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Save to CaptureSaver Save to CaptureSaver
ID pddlbiopkcimgjfkjlfkophopecpdbai
Oficjalny URL https://chromewebstore.google.com/detail/save-to-capturesaver/pddlbiopkcimgjfkjlfkophopecpdbai
Opis This extension adds a CaptureSaver button to the toolbar which allows you to save the page into CaptureSaver.
Rozmiar pliku 25.12 KB
Liczba instalacji 721
Aktualna Wersja 3.0.0
Ostatnia Aktualizacja 2014-06-27
Data Publikacji 2014-06-26
Ocena 3.00/5 Łącznie 4 Oceny
Deweloper https://www.capturesaver.com
Typ Płatności free
Strona Rozszerzenia http://www.capturesaver.com/capturesaver/index.htm
Obsługiwane Języki 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"
    }
}