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 là gì?

Justaple Stapling Tool là một tiện ích mở rộng Chrome được phát triển bởi https://www.justaple.com, và tính năng chính của nó là "Justaple helps you save everything of the webpages, you don't have to worry about the content will disappear when you need them.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Justaple Stapling Tool

Tải xuống các tệp mở rộng Justaple Stapling Tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Justaple Stapling Tool Justaple Stapling Tool
ID eaajehefbnkjhdbbolahieolfdnpnogm
URL Chính Thức https://chromewebstore.google.com/detail/justaple-stapling-tool/eaajehefbnkjhdbbolahieolfdnpnogm
Mô tả Justaple helps you save everything of the webpages, you don't have to worry about the content will disappear when you need them.
Kích Thước Tệp 287 KB
Số Lần Cài Đặt 991
Phiên Bản Hiện Tại 2.0.2
Cập Nhật Lần Cuối 2014-12-08
Ngày Phát Hành 2014-12-08
Đánh Giá 4.74/5 Tổng số 23 Đánh Giá
Nhà Phát Triển https://www.justaple.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}