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.
Co to jest Justaple Stapling Tool?
Justaple Stapling Tool to rozszerzenie Chrome opracowane przez https://www.justaple.com, a jego główną funkcją jest „Justaple helps you save everything of the webpages, you don't have to worry about the content will disappear when you need them.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Justaple Stapling Tool
Pobierz pliki rozszerzeń Justaple Stapling Tool w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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/
Podstawowe informacje o rozszerzeniu
Nazwa | Justaple Stapling Tool |
ID | eaajehefbnkjhdbbolahieolfdnpnogm |
Oficjalny URL | https://chromewebstore.google.com/detail/justaple-stapling-tool/eaajehefbnkjhdbbolahieolfdnpnogm |
Opis | Justaple helps you save everything of the webpages, you don't have to worry about the content will disappear when you need them. |
Rozmiar pliku | 287 KB |
Liczba instalacji | 991 |
Aktualna Wersja | 2.0.2 |
Ostatnia Aktualizacja | 2014-12-08 |
Data Publikacji | 2014-12-08 |
Ocena | 4.74/5 Łącznie 23 Oceny |
Deweloper | https://www.justaple.com |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |