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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Justaple helps you save everything of the webpages, you don't have to worry about the content will disappear when you need them."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Justaple Stapling Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } |