The Hindu
The Hindu. Get notifications for important news! - Developed by masthead1.
The Hinduとは何ですか?
The Hinduはmasthead1によって開発されたChromeの拡張機能で、その主な機能は「The Hindu. Get notifications for important news! - Developed by masthead1.」です。
拡張機能のスクリーンショット
The Hindu拡張機能のCRXファイルをダウンロード
The Hindu拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The Hindu keeps you up-to-date in flat 1 minutes every day! Features: ★ Read precise headlines and the most relevant daily news in English. ★ Readability is enhanced by images and bullet points. ★ Click an item to read the whole contextual timeline. Tweaks: ★ 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 The Hindu. User is advised to use this extension for his personal use only.
拡張機能の基本情報
名前 | The Hindu |
ID | knmpiompbjhokccdbgpbhpkafjkdlkbl |
公式URL | https://chromewebstore.google.com/detail/the-hindu/knmpiompbjhokccdbgpbhpkafjkdlkbl |
説明 | The Hindu. Get notifications for important news! - Developed by masthead1. |
ファイルサイズ | 380 KB |
インストール数 | 2,001 |
現在のバージョン | 0.2 |
最終更新日 | 2017-02-23 |
公開日 | 2017-02-22 |
評価 | 4.05/5 合計 22 レビュー |
開発者 | masthead1 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "The Hindu", "description": "The Hindu. Get notifications for important news! - Developed by masthead1. ", "icons": { "36": "img\/thlogo1.png", "48": "img\/thlogo1.png", "72": "img\/thlogo1.png", "96": "img\/thlogo1.png" }, "version": "0.2", "homepage_url": "http:\/\/www.thehindu.com\/", "background": { "page": "background.html" }, "options_page": "options.html", "permissions": [ "http:\/\/www.thehindu.com\/", "alarms", "notifications", "storage" ], "browser_action": { "default_icon": "img\/thlogo1.png", "default_title": "The Hindu", "default_popup": "popup.html" } } |