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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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