Sprout Save Button
The one app you need to stay organized
Sprout Save Button là gì?
Sprout Save Button là một tiện ích mở rộng Chrome được phát triển bởi https://sprout.io, và tính năng chính của nó là "The one app you need to stay organized".
Ả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 Sprout Save Button
Tải xuống các tệp mở rộng Sprout Save Button 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 web links as a to-do, something to read later, categorize it, or share it publicly.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Sprout Save Button |
ID | acgadgpicnkggmbimkcefdeeendeiflf |
URL Chính Thức | https://chromewebstore.google.com/detail/sprout-save-button/acgadgpicnkggmbimkcefdeeendeiflf |
Mô tả | The one app you need to stay organized |
Kích Thước Tệp | 646 KB |
Số Lần Cài Đặt | 59 |
Phiên Bản Hiện Tại | 0.9.7.7 |
Cập Nhật Lần Cuối | 2022-12-26 |
Ngày Phát Hành | 2020-03-26 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://sprout.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://sprout.io |
URL Trang Trợ Giúp | https://chrome.google.com/webstore/detail/sprout-save-button/acgadgpicnkggmbimkcefdeeendeiflf?hl=en-US |
URL Trang Chính Sách Bảo Mật | https://sprout.io/privacy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Sprout Save Button", "short_name": "Sprout", "version": "0.9.7.7", "description": "The one app you need to stay organized", "homepage_url": "https:\/\/sprout.io\/", "icons": { "16": "images\/icon_16.png", "24": "images\/icon_24.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "action": { "default_icon": { "16": "images\/icon_16.png", "24": "images\/icon_24.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "default_title": "Save to Sprout" }, "background": { "service_worker": "js\/background.js" }, "options_ui": { "page": "html\/options.html", "open_in_tab": true }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+K", "mac": "Command+Shift+K" }, "description": "Choose a tree" }, "01-sprout-save-to-my-tasks": { "suggested_key": { "default": "Ctrl+Shift+I", "mac": "Command+Shift+I" }, "description": "Save to My Tasks" }, "02-sprout-save-to-my-tasks-annotate": { "suggested_key": { "default": "Ctrl+Shift+O", "mac": "Command+Shift+O" }, "description": "Save to My Tasks & annotate" }, "03-sprout-new-blank-post": { "suggested_key": { "default": "Ctrl+Shift+P", "mac": "Command+Shift+P" }, "description": "New draft leaf" }, "04-sprout-save-to-quick-entry": { "description": "Save to default tree" }, "05-sprout-visit-page": { "description": "Go to Sprout" } }, "omnibox": { "keyword": "s" }, "permissions": [ "activeTab", "contextMenus", "storage", "scripting" ], "web_accessible_resources": [ { "resources": [ "html\/popup.html", "html\/confirmation.html" ], "matches": [ " |