Sprout Save Button
The one app you need to stay organized
什么是Sprout Save Button?
Sprout Save Button是由https://sprout.io开发的Chrome扩展程序,该扩展的主要功能是“The one app you need to stay organized”。
扩展截图
下载Sprout Save Button扩展crx文件
下载Sprout Save Button扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Save web links as a to-do, something to read later, categorize it, or share it publicly.
扩展基本信息
名称 | Sprout Save Button |
ID | acgadgpicnkggmbimkcefdeeendeiflf |
官方URL | https://chromewebstore.google.com/detail/sprout-save-button/acgadgpicnkggmbimkcefdeeendeiflf |
简介 | The one app you need to stay organized |
文件大小 | 646 KB |
安装次数 | 59 |
当前版本 | 0.9.7.7 |
更新时间 | 2022-12-26 |
上架时间 | 2020-03-26 |
评分 | 5.00/5 共2次评分 |
开发者 | https://sprout.io |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://sprout.io |
帮助页面URL | https://chrome.google.com/webstore/detail/sprout-save-button/acgadgpicnkggmbimkcefdeeendeiflf?hl=en-US |
隐私政策页面URL | https://sprout.io/privacy |
支持的语言 | 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": [ " |