Save to WebCull
A plugin that makes it easier to save websites to the WebCull bookmark manager.
Save to WebCull là gì?
Save to WebCull là một tiện ích mở rộng Chrome được phát triển bởi http://webcull.com, và tính năng chính của nó là "A plugin that makes it easier to save websites to the WebCull bookmark manager.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Save to WebCull
Tải xuống các tệp mở rộng Save to WebCull dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fiecfoalabmdglnpljckaajopfbdgcea |
URL Chính Thức | https://chrome.google.com/webstore/detail/save-to-webcull/fiecfoalabmdglnpljckaajopfbdgcea |
Mô tả | A plugin that makes it easier to save websites to the WebCull bookmark manager. |
Kích Thước Tệp | 101 KB |
Số Lần Cài Đặt | 1,257 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2022-01-24 |
Ngày Phát Hành | 2020-05-22 |
Đánh Giá | 2.25/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | http://webcull.com |
[email protected] | |
Trang Web Mở Rộng | https://webcull.com |
URL Trang Trợ Giúp | https://webcull.com/reading/faq |
URL Trang Chính Sách Bảo Mật | https://webcull.com/policy/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |