Savory

Save your tabs and links in Savory from your Chrome browser quickly

What is Savory?

Savory is a Chrome extension developed by https://getsavory.co, and its main feature is "Save your tabs and links in Savory from your Chrome browser quickly".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Savory Extension CRX File

Download Savory extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Savory Savory
ID nniljogbfkdldgmkfiphpnmgifhkiogp
Official URL https://chromewebstore.google.com/detail/savory/nniljogbfkdldgmkfiphpnmgifhkiogp
Description Save your tabs and links in Savory from your Chrome browser quickly
File Size 160 KB
Installation Count 195
Current Version 0.12.0
Last Updated 2023-02-04
Publish Date 2020-06-14
Rating 2.00/5 Total 1 Ratings
Developer https://getsavory.co
Email [email protected]
Payment Type free
Extension Website https://getsavory.co/
Help Page URL https://twitter.com/getsavory
Supported Languages 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"
    ]
}