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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |