Kokoni

Save a file to your favorite place

Kokoniとは何ですか?

Kokoniはhttp://appsweets.netによって開発されたChromeの拡張機能で、その主な機能は「Save a file to your favorite place」です。

拡張機能のスクリーンショット

screenshot
screenshot

Kokoni拡張機能のCRXファイルをダウンロード

Kokoni拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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/                    

拡張機能の基本情報

名前 Kokoni Kokoni
ID jblddojmjdpfeplbfbofdhchpdeacocl
公式URL https://chrome.google.com/webstore/detail/kokoni/jblddojmjdpfeplbfbofdhchpdeacocl
説明 Save a file to your favorite place
ファイルサイズ 48.13 KB
インストール数 37
現在のバージョン 2.1.1
最終更新日 2022-06-28
公開日 2017-04-02
評価 3.00/5 合計 2 レビュー
開発者 http://appsweets.net
Eメール [email protected]
支払い方法 free
対応言語 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
    }
}