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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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
    }
}