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
官方網址 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
電子郵箱 [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
    }
}