InShorts
Unofficial extension for InShorts. Get notifications for important news! - Developed by masthead1.
InShorts란 무엇입니까?
InShorts은(는) masthead1에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Unofficial extension for InShorts. Get notifications for important news! - Developed by masthead1."입니다.
확장 프로그램 스크린샷
InShorts 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Stay informed in 60 words. We understand you don’t have time to go through long news articles everyday. So we cut the clutter and deliver them, in 60-word shorts. Short news for the mobile generation. About the extension: -[NEW]Choose the frequency of news notifications. -Get notified for every important event. -Have finer control over what notifications you want to see. -A concise view where, reading news was never so convenient. -Choose a news topic for notifications. Credits: -Extension created by masthead1 NOTE: I'm not responsible for any unforeseen disputes and/or clashes. All the copyrights and trademarks still belong to inShorts. User is advised to use this extension for his personal use only.
확장 프로그램 기본 정보
이름 | InShorts |
ID | ihdhfdeffimajgfmlfhhnhkckfedaikd |
공식 URL | https://chromewebstore.google.com/detail/inshorts/ihdhfdeffimajgfmlfhhnhkckfedaikd |
설명 | Unofficial extension for InShorts. Get notifications for important news! - Developed by masthead1. |
파일 크기 | 317 KB |
설치 횟수 | 3,924 |
현재 버전 | 1.0 |
최근 업데이트 | 2017-07-03 |
출시 날짜 | 2017-07-03 |
평점 | 4.65/5 총 20 개의 평점 |
개발자 | masthead1 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.inshorts.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "InShorts", "description": "Unofficial extension for InShorts. Get notifications for important news! - Developed by masthead1. ", "icons": { "16": "img\/favicon.png", "48": "img\/favicon.png", "128": "img\/favicon.png" }, "version": "1.0", "homepage_url": "http:\/\/inshorts.com", "background": { "page": "background.html" }, "options_page": "options.html", "permissions": [ "https:\/\/www.inshorts.com\/en\/read", "http:\/\/images.newsinshorts.com.edgesuite.net\/app_assets\/images\/", "alarms", "notifications", "storage" ], "browser_action": { "default_icon": "img\/favicon.png", "default_title": "InShorts - by masthead1", "default_popup": "popup.html" } } |