Justaple Stapling Tool

Justaple helps you save everything of the webpages, you don't have to worry about the content will disappear when you need them.

什么是Justaple Stapling Tool?

Justaple Stapling Tool是由https://www.justaple.com开发的Chrome扩展程序,该扩展的主要功能是“Justaple helps you save everything of the webpages, you don't have to worry about the content will disappear when you need them.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Justaple Stapling Tool扩展crx文件

下载Justaple Stapling Tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Justaple is a cloud service can help you to archive your favorite web pages.
Using this tool to staple(archive) a treasurable web page when surfing the internet. For more information, please visit http://justaple.com/                    

扩展基本信息

名称 Justaple Stapling Tool Justaple Stapling Tool
ID eaajehefbnkjhdbbolahieolfdnpnogm
官方URL https://chromewebstore.google.com/detail/justaple-stapling-tool/eaajehefbnkjhdbbolahieolfdnpnogm
简介 Justaple helps you save everything of the webpages, you don't have to worry about the content will disappear when you need them.
文件大小 287 KB
安装次数 991
当前版本 2.0.2
更新时间 2014-12-08
上架时间 2014-12-08
评分 4.74/5 共23次评分
开发者 https://www.justaple.com
付费类型 free
支持的语言 en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "2.0.2",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon_19.png",
            "38": "images\/icon_38.png"
        },
        "default_title": "__MSG_tooltip__",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "web_accessible_resources": [
        "loading.html",
        "message.html",
        "rapid.html",
        "full.html",
        "picture.html"
    ]
}