Noogle - Clean Naver

Extension for cleaner Naver.

Noogle - Clean Naverとは何ですか?

Noogle - Clean NaverはKorean Labによって開発されたChromeの拡張機能で、その主な機能は「Extension for cleaner Naver.」です。

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

screenshot

Noogle - Clean Naver拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        지저분한 네이버의 UI를 깔끔하게 해주어 집중력을 높여줍니다.

오픈소스 참여: https://github.com/chanjungkim/noogle                    

拡張機能の基本情報

名前 Noogle - Clean Naver Noogle - Clean Naver
ID fjgggfbmofokfmdecldnhlommognnepc
公式URL https://chromewebstore.google.com/detail/noogle-clean-naver/fjgggfbmofokfmdecldnhlommognnepc
説明 Extension for cleaner Naver.
ファイルサイズ 39.39 KB
インストール数 20
現在のバージョン 2.3
最終更新日 2023-05-29
公開日 2019-02-16
評価 5.00/5 合計 3 レビュー
開発者 Korean Lab
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/chanjungkim/noogle
ヘルプページのURL https://github.com/chanjungkim/noogle
プライバシーポリシーページのURL https://shorturl.at/xzT69
対応言語 ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Noogle - Clean Naver",
    "manifest_version": 3,
    "version": "2.3",
    "description": "Extension for cleaner Naver.",
    "permissions": [
        "contextMenus",
        "tabs",
        "storage",
        "activeTab"
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "128": "images\/icon128.png",
            "48": "images\/icon48.png",
            "16": "images\/icon16.png"
        },
        "default_title": "Noogle"
    },
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png",
        "16": "images\/icon16.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.naver.com\/"
            ],
            "css": [
                "core.css"
            ],
            "js": [
                "core.js"
            ]
        }
    ],
    "options_page": "option\/options.html"
}