Save to CaptureSaver

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

Save to CaptureSaverとは何ですか?

Save to CaptureSaverはhttps://www.capturesaver.comによって開発されたChromeの拡張機能で、その主な機能は「This extension adds a CaptureSaver button to the toolbar which allows you to save the page into CaptureSaver.」です。

拡張機能のスクリーンショット

screenshot

Save to CaptureSaver拡張機能のCRXファイルをダウンロード

Save to CaptureSaver拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Save to CaptureSaver Save to CaptureSaver
ID pddlbiopkcimgjfkjlfkophopecpdbai
公式URL https://chromewebstore.google.com/detail/save-to-capturesaver/pddlbiopkcimgjfkjlfkophopecpdbai
説明 This extension adds a CaptureSaver button to the toolbar which allows you to save the page into CaptureSaver.
ファイルサイズ 25.12 KB
インストール数 721
現在のバージョン 3.0.0
最終更新日 2014-06-27
公開日 2014-06-26
評価 3.00/5 合計 4 レビュー
開発者 https://www.capturesaver.com
支払い方法 free
拡張機能のウェブサイト http://www.capturesaver.com/capturesaver/index.htm
対応言語 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"
    }
}