Savory
Save your tabs and links in Savory from your Chrome browser quickly
Qu'est-ce que Savory ?
Savory est une extension Chrome développée par https://getsavory.co, et sa fonction principale est "Save your tabs and links in Savory from your Chrome browser quickly".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Savory
Téléchargez les fichiers d'extension Savory au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Savory |
ID | nniljogbfkdldgmkfiphpnmgifhkiogp |
URL Officiel | https://chromewebstore.google.com/detail/savory/nniljogbfkdldgmkfiphpnmgifhkiogp |
Description | Save your tabs and links in Savory from your Chrome browser quickly |
Taille du Fichier | 160 KB |
Nombre d'Installations | 195 |
Version Actuelle | 0.12.0 |
Dernière Mise à Jour | 2023-02-04 |
Date de Publication | 2020-06-14 |
Évaluation | 2.00/5 Total 1 Évaluations |
Développeur | https://getsavory.co |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://getsavory.co/ |
URL de la Page d'Aide | https://twitter.com/getsavory |
Langues Prises en Charge | 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" ] } |