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
电子邮箱 [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\/*"
            ]
        }
    ]
}