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.
¿Qué es Justaple Stapling Tool?
Justaple Stapling Tool es una extensión de Chrome desarrollada por https://www.justaple.com, y su función principal es "Justaple helps you save everything of the webpages, you don't have to worry about the content will disappear when you need them.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Justaple Stapling Tool
Descarga archivos de extensión Justaple Stapling Tool en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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/
Información Básica de la Extensión
Nombre | Justaple Stapling Tool |
ID | eaajehefbnkjhdbbolahieolfdnpnogm |
URL Oficial | https://chromewebstore.google.com/detail/justaple-stapling-tool/eaajehefbnkjhdbbolahieolfdnpnogm |
Descripción | Justaple helps you save everything of the webpages, you don't have to worry about the content will disappear when you need them. |
Tamaño del Archivo | 287 KB |
Cantidad de Instalaciones | 991 |
Versión Actual | 2.0.2 |
Última Actualización | 2014-12-08 |
Fecha de Publicación | 2014-12-08 |
Calificación | 4.74/5 Total de 23 Calificaciones |
Desarrollador | https://www.justaple.com |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |