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