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”。
擴展截圖
下載Naver News Ex擴展crx文件
下載Naver News Ex擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
네이버 뉴스 링크에 언론사를 표시
擴展基本資訊
名稱 | Naver News Ex |
ID | anfbkggepilagpcoicojhcgbogbppmbh |
官方網址 | 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\/*" ] } ] } |