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ファイルをダウンロード
InShorts拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } } |