News - Rss Reader
Latest news
News - Rss Reader란 무엇입니까?
News - Rss Reader은(는) K.I.S Extensions corp.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Latest news"입니다.
확장 프로그램 스크린샷
News - Rss Reader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The best way to stay up to date news of the leading companies! *Provides real-time news updates. *Allows you to select your favorite news company. *Allows you to Create your individual categories menu. *Browser icon badge counter showing number of new posts. *Categories menu with individual badge - showing number of new posts for each. *Search input - allows you to view the items that contain the selected search key. *Favorite list - provides you the possibility to store your favorite articles. *Date sorting option. *Ability to set time interval (new articles updating).
확장 프로그램 기본 정보
이름 | |
ID | jfeobdmdoohcjgafppibgoomhpjemeah |
공식 URL | https://chrome.google.com/webstore/detail/news-rss-reader/jfeobdmdoohcjgafppibgoomhpjemeah |
설명 | Latest news |
파일 크기 | 719 KB |
설치 횟수 | 229 |
현재 버전 | 1.1.2 |
최근 업데이트 | 2019-03-08 |
출시 날짜 | 2019-03-08 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | K.I.S Extensions corp. |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "News - Rss Reader", "description": "Latest news", "version": "1.1.2", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "alarms", "tabs", "storage", "browsingData" ], "browser_action": { "default_icon": { "19": "skin\/icons\/icons19.png", "38": "skin\/icons\/icons38.png", "128": "skin\/icons\/icons128.png" }, "default_popup": "popup.html", "default_title": "News - Rss Reader" }, "options_page": "options.html", "content_scripts": [ { "all_frames": true, "js": [ "js\/jquery-2.0.3.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "icons": { "16": "skin\/icons\/icons19.png", "48": "Skin\/icons\/icons48.png", "128": "skin\/icons\/icons128.png" }, "background": { "scripts": [ "js\/jquery-2.0.3.js", "js\/backgroundPage.js" ] } } |