A Mindmap for your Bookmarks

Manage & Clean your Bookmarks faster with this Visual MindMap.

A Mindmap for your Bookmarks란 무엇입니까?

A Mindmap for your Bookmarks은(는) https://noccito.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Manage & Clean your Bookmarks faster with this Visual MindMap."입니다.

확장 프로그램 스크린샷

screenshot

A Mindmap for your Bookmarks 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Clean your bookmark with this Mind Map for your Chrome Bookmarks. It helps access, delete & rename bookmarks faster.                    

확장 프로그램 기본 정보

이름 A Mindmap for your Bookmarks A Mindmap for your Bookmarks
ID hikddkkkekpmeikdipgbofmfpimhnlcd
공식 URL https://chromewebstore.google.com/detail/a-mindmap-for-your-bookma/hikddkkkekpmeikdipgbofmfpimhnlcd
설명 Manage & Clean your Bookmarks faster with this Visual MindMap.
파일 크기 344 KB
설치 횟수 35
현재 버전 1.0
최근 업데이트 2023-08-31
출시 날짜 2023-08-30
개발자 https://noccito.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://noccito.net
도움말 페이지 URL https://noccito.net
개인정보 보호 정책 페이지 URL https://noccito.net/index.php/image-expand-for-google-slide
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "A Mindmap for your Bookmarks",
    "description": "Manage & Clean your Bookmarks faster with this Visual MindMap.",
    "version": "1.0",
    "icons": {
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "bookmarks",
        "favicon",
        "history"
    ],
    "action": {
        "default_title": "Bookmark Mindmap"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "_favicon\/*",
                "dist\/*"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [
                "*"
            ]
        }
    ]
}