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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.justaple.com และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Justaple Stapling Tool

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}