Savory

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

Vad är Savory?

Savory är en Chrome-tillägg utvecklad av https://getsavory.co, och dess huvudfunktion är "Save your tabs and links in Savory from your Chrome browser quickly".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Savory-förlängningens CRX-fil

Ladda ner Savory-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Savory Savory
ID nniljogbfkdldgmkfiphpnmgifhkiogp
Officiell webbadress https://chromewebstore.google.com/detail/savory/nniljogbfkdldgmkfiphpnmgifhkiogp
Beskrivning Save your tabs and links in Savory from your Chrome browser quickly
Filstorlek 160 KB
Antal Installationer 195
Aktuell Version 0.12.0
Senast Uppdaterad 2023-02-04
Publiceringsdatum 2020-06-14
Betyg 2.00/5 Totalt 1 Betyg
Utvecklare https://getsavory.co
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://getsavory.co/
Hjälpsida URL https://twitter.com/getsavory
Stödda Språk 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"
    ]
}