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.                     扩展基本信息
| 名称 |   |  
| 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 | 
| 电子邮箱 | [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"
    ]
}  |  |