Savory
Save your tabs and links in Savory from your Chrome browser quickly
Cos'è Savory?
Savory è un'estensione di Chrome sviluppata da https://getsavory.co, e la sua funzione principale è "Save your tabs and links in Savory from your Chrome browser quickly".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Savory
Scarica i file di estensione Savory in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Savory |
ID | nniljogbfkdldgmkfiphpnmgifhkiogp |
URL Ufficiale | https://chromewebstore.google.com/detail/savory/nniljogbfkdldgmkfiphpnmgifhkiogp |
Descrizione | Save your tabs and links in Savory from your Chrome browser quickly |
Dimensione del File | 160 KB |
Conteggio Installazioni | 195 |
Versione Corrente | 0.12.0 |
Ultimo Aggiornamento | 2023-02-04 |
Data di Pubblicazione | 2020-06-14 |
Valutazione | 2.00/5 Totale 1 Valutazioni |
Sviluppatore | https://getsavory.co |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://getsavory.co/ |
URL della Pagina di Aiuto | https://twitter.com/getsavory |
Lingue Supportate | 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" ] } |