Save to WebCull
A plugin that makes it easier to save websites to the WebCull bookmark manager.
什麼是Save to WebCull?
Save to WebCull是由http://webcull.com開發的Chrome擴展程式,該擴展的主要功能是“A plugin that makes it easier to save websites to the WebCull bookmark manager.”。
擴展截圖
下載Save to WebCull擴展crx文件
下載Save to WebCull擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Save to WebCull bookmark manager without needing to navigate to the WebCull website. You can also change the title, save tags, take notes and quick switch account. Easily move your bookmark to a specific folder or create a new one all within the extension. The icon that is used to save links is grayscaled until the link has been saved, this is useful to know if you have already saved a link.
擴展基本資訊
名稱 | |
ID | fiecfoalabmdglnpljckaajopfbdgcea |
官方網址 | https://chrome.google.com/webstore/detail/save-to-webcull/fiecfoalabmdglnpljckaajopfbdgcea |
簡介 | A plugin that makes it easier to save websites to the WebCull bookmark manager. |
檔案大小 | 101 KB |
安裝次數 | 1,257 |
目前版本 | 1.1.1 |
更新時間 | 2022-01-24 |
上架時間 | 2020-05-22 |
評分 | 2.25/5 共 4 次評分 |
開發者 | http://webcull.com |
電子郵箱 | [email protected] |
擴展官網 | https://webcull.com |
說明頁面URL | https://webcull.com/reading/faq |
隱私政策頁面URL | https://webcull.com/policy/privacy |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save to WebCull", "short_name": "WebCull", "version": "1.1.1", "description": "A plugin that makes it easier to save websites to the WebCull bookmark manager.", "permissions": [ "webRequest", "webNavigation", "tabs", "cookies", "https:\/\/webcull.com\/" ], "browser_action": { "default_title": "Add to WebCull", "default_icon": { "16": "images\/webcull-16x.png", "32": "images\/webcull-32x.png", "48": "images\/webcull-48x.png", "128": "images\/webcull-128x.png" }, "default_popup": "views\/bootstrap.html" }, "background": { "scripts": [ "js\/lib\/q.js", "js\/lib\/lib.js", "js\/background\/background.js" ], "persistent": true }, "icons": { "16": "images\/webcull-16x.png", "32": "images\/webcull-32x.png", "48": "images\/webcull-48x.png", "128": "images\/webcull-128x.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/webcull.com\/; object-src 'self'" } |