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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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": [
" | |