Savory
Save your tabs and links in Savory from your Chrome browser quickly
Savoryとは何ですか?
Savoryはhttps://getsavory.coによって開発されたChromeの拡張機能で、その主な機能は「Save your tabs and links in Savory from your Chrome browser quickly」です。
拡張機能のスクリーンショット
Savory拡張機能のCRXファイルをダウンロード
Savory拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Use the official chrome extension for Savory to save your tabs and pages into Savory quickly. Savory lets you finish your reading list. - Save into Savory with one click Just click the Savory logo to save any page you're on. - Stay organized Add tags to the page for future reference.
拡張機能の基本情報
名前 | Savory |
ID | nniljogbfkdldgmkfiphpnmgifhkiogp |
公式URL | https://chromewebstore.google.com/detail/savory/nniljogbfkdldgmkfiphpnmgifhkiogp |
説明 | Save your tabs and links in Savory from your Chrome browser quickly |
ファイルサイズ | 160 KB |
インストール数 | 195 |
現在のバージョン | 0.12.0 |
最終更新日 | 2023-02-04 |
公開日 | 2020-06-14 |
評価 | 2.00/5 合計 1 レビュー |
開発者 | https://getsavory.co |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://getsavory.co/ |
ヘルプページのURL | https://twitter.com/getsavory |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Savory", "version": "0.12.0", "description": "Save your tabs and links in Savory from your Chrome browser quickly", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_icon": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "default_popup": "popup.html", "default_title": "Add to Savory" }, "commands": { "_execute_action": { "suggested_key": { "default": "Alt+Shift+S", "mac": "MacCtrl+S" } } }, "host_permissions": [ "https:\/\/*.savory.test\/", "https:\/\/*.getsavory.co\/" ], "permissions": [ "activeTab", "cookies" ] } |