Naver News Ex

Show the press on the Naver News link

Naver News Exとは何ですか?

Naver News Exはtobwithuによって開発されたChromeの拡張機能で、その主な機能は「Show the press on the Naver News link」です。

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

screenshot

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

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

拡張機能の使用方法

                        네이버 뉴스 링크에 언론사를 표시                    

拡張機能の基本情報

名前 Naver News Ex Naver News Ex
ID anfbkggepilagpcoicojhcgbogbppmbh
公式URL https://chromewebstore.google.com/detail/naver-news-ex/anfbkggepilagpcoicojhcgbogbppmbh
説明 Show the press on the Naver News link
ファイルサイズ 12.66 KB
インストール数 19
現在のバージョン 0.4
最終更新日 2019-04-10
公開日 2019-04-10
評価 1.00/5 合計 1 レビュー
開発者 tobwithu
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL http://xnotifier.tobwithu.com/privacy.php
対応言語 en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Naver News Ex",
    "short_name": "Naver News Ex",
    "version": "0.4",
    "description": "__MSG_app_description__",
    "default_locale": "ko",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/news.naver.com\/*"
            ]
        }
    ]
}