Savory
Save your tabs and links in Savory from your Chrome browser quickly
Hvad er Savory?
Savory er en Chrome-udvidelse udviklet af https://getsavory.co, og dens hovedfunktion er "Save your tabs and links in Savory from your Chrome browser quickly".
Udvidelsesskærmbilleder
Download Savory-udvidelses-CRX-fil
Download Savory-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | nniljogbfkdldgmkfiphpnmgifhkiogp |
| Officiel URL | https://chromewebstore.google.com/detail/savory/nniljogbfkdldgmkfiphpnmgifhkiogp |
| Beskrivelse | Save your tabs and links in Savory from your Chrome browser quickly |
| Filstørrelse | 160 KB |
| Antal Installationer | 195 |
| Nuværende Version | 0.12.0 |
| Senest Opdateret | 2023-02-04 |
| Udgivelsesdato | 2020-06-14 |
| Bedømmelse | 2.00/5 Samlet 1 Bedømmelser |
| Udvikler | https://getsavory.co |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://getsavory.co/ |
| Hjælpeside-URL | https://twitter.com/getsavory |
| Understøttede Sprog | 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"
]
} | |