Kokoni

Save a file to your favorite place

What is Kokoni?

Kokoni is a Chrome extension developed by http://appsweets.net, and its main feature is "Save a file to your favorite place".

Extension Screenshots

screenshot
screenshot

Download Kokoni Extension CRX File

Download Kokoni extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/                    

Extension Basic Information

Name Kokoni Kokoni
ID jblddojmjdpfeplbfbofdhchpdeacocl
Official URL https://chrome.google.com/webstore/detail/kokoni/jblddojmjdpfeplbfbofdhchpdeacocl
Description Save a file to your favorite place
File Size 48.13 KB
Installation Count 37
Current Version 2.1.1
Last Updated 2022-06-28
Publish Date 2017-04-02
Rating 3.00/5 Total 2 Ratings
Developer http://appsweets.net
Email [email protected]
Payment Type free
Supported Languages 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
    }
}