Kokoni
Save a file to your favorite place
Cos'è Kokoni?
Kokoni è un'estensione di Chrome sviluppata da http://appsweets.net, e la sua funzione principale è "Save a file to your favorite place".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Kokoni
Scarica i file di estensione Kokoni 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
Kokoni extends the context menu and downloads images and links directly to your favorite places.
This extension was inspired by "Save file to" in Firefox.
To make Kokoni work, LFO (Local File Operator Library) extension is needed. Please install from and configure it.
For detailed installation instructions, please see https://appsweets.net/kokoni/ Informazioni di Base sull'Estensione
| Nome | |
| ID | jblddojmjdpfeplbfbofdhchpdeacocl |
| URL Ufficiale | https://chrome.google.com/webstore/detail/kokoni/jblddojmjdpfeplbfbofdhchpdeacocl |
| Descrizione | Save a file to your favorite place |
| Dimensione del File | 48.13 KB |
| Conteggio Installazioni | 37 |
| Versione Corrente | 2.1.1 |
| Ultimo Aggiornamento | 2022-06-28 |
| Data di Pubblicazione | 2017-04-02 |
| Valutazione | 3.00/5 Totale 2 Valutazioni |
| Sviluppatore | http://appsweets.net |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_name__",
"short_name": "__MSG_name__",
"version": "2.1.1",
"version_name": "2.1.1",
"default_locale": "en",
"description": "__MSG_description__",
"permissions": [
"alarms",
"contextMenus",
"downloads",
"downloads.shelf",
"notifications",
"storage"
],
"homepage_url": "https:\/\/appsweets.net\/",
"background": {
"service_worker": "background.js",
"type": "module"
},
"icons": {
"16": "icon\/icon016.png",
"48": "icon\/icon048.png",
"128": "icon\/icon128.png"
},
"options_ui": {
"page": "options.html",
"open_in_tab": false
}
} | |