Save to CaptureSaver
This extension adds a CaptureSaver button to the toolbar which allows you to save the page into CaptureSaver.
什麼是Save to CaptureSaver?
Save to CaptureSaver是由https://www.capturesaver.com開發的Chrome擴展程式,該擴展的主要功能是“This extension adds a CaptureSaver button to the toolbar which allows you to save the page into CaptureSaver.”。
擴展截圖
下載Save to CaptureSaver擴展crx文件
下載Save to CaptureSaver擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
CaptureSaver lets you capture, organize, and search the information you gather on the Internet. When you use CaptureSaver you'll never lose important information, or have to worry about Web sites or pages disappearing never to be found again. This extension adds a CaptureSaver button to the toolbar which allows you to save the page into CaptureSaver.
擴展基本資訊
名稱 | Save to CaptureSaver |
ID | pddlbiopkcimgjfkjlfkophopecpdbai |
官方網址 | https://chromewebstore.google.com/detail/save-to-capturesaver/pddlbiopkcimgjfkjlfkophopecpdbai |
簡介 | This extension adds a CaptureSaver button to the toolbar which allows you to save the page into CaptureSaver. |
檔案大小 | 25.12 KB |
安裝次數 | 721 |
目前版本 | 3.0.0 |
更新時間 | 2014-06-27 |
上架時間 | 2014-06-26 |
評分 | 3.00/5 共 4 次評分 |
開發者 | https://www.capturesaver.com |
付費類型 | free |
擴展官網 | http://www.capturesaver.com/capturesaver/index.htm |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save to CaptureSaver", "description": "This extension adds a CaptureSaver button to the toolbar which allows you to save the page into CaptureSaver.", "version": "3.0.0", "manifest_version": 2, "minimum_chrome_version": "6.0.0.0", "background": { "page": "background.html" }, "icons": { "16": "cs_16.png", "32": "cs_32.png", "48": "cs_48.png", "128": "cs_128.png" }, "permissions": [ "nativeMessaging", "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Save this page to CaptureSaver", "default_icon": "cs_16.png" } } |