Kokoni
Save a file to your favorite place
Wat is Kokoni?
Kokoni is een Chrome-extensie ontwikkeld door http://appsweets.net, en de belangrijkste functie is "Save a file to your favorite place".
Extensie Screenshots
Download het CRX-bestand van de extensie Kokoni
Download Kokoni-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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/ Basisinformatie over de Extensie
| Naam | |
| ID | jblddojmjdpfeplbfbofdhchpdeacocl |
| Officiële URL | https://chrome.google.com/webstore/detail/kokoni/jblddojmjdpfeplbfbofdhchpdeacocl |
| Beschrijving | Save a file to your favorite place |
| Bestandsgrootte | 48.13 KB |
| Aantal Installaties | 37 |
| Huidige Versie | 2.1.1 |
| Laatst Bijgewerkt | 2022-06-28 |
| Publicatiedatum | 2017-04-02 |
| Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | http://appsweets.net |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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
}
} | |