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