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.”。
擴展截圖
下載Justaple Stapling Tool擴展crx文件
下載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 |
ID | eaajehefbnkjhdbbolahieolfdnpnogm |
官方網址 | 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" ] } |