Kokoni

Save a file to your favorite place

Vad är Kokoni?

Kokoni är en Chrome-tillägg utvecklad av http://appsweets.net, och dess huvudfunktion är "Save a file to your favorite place".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Kokoni-förlängningens CRX-fil

Ladda ner Kokoni-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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/                    

Grundläggande Information om Tillägg

Namn Kokoni Kokoni
ID jblddojmjdpfeplbfbofdhchpdeacocl
Officiell webbadress https://chrome.google.com/webstore/detail/kokoni/jblddojmjdpfeplbfbofdhchpdeacocl
Beskrivning Save a file to your favorite place
Filstorlek 48.13 KB
Antal Installationer 37
Aktuell Version 2.1.1
Senast Uppdaterad 2022-06-28
Publiceringsdatum 2017-04-02
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare http://appsweets.net
E-post [email protected]
Betalningssätt free
Stödda Språk 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
    }
}