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"
    }
}