Quick news
The app allows you to quickly and efficiently view all popular news sites in the areas of sports, economics and current events
Quick newsとは何ですか?
Quick newsはLotan Sartelによって開発されたChromeの拡張機能で、その主な機能は「The app allows you to quickly and efficiently view all popular news sites in the areas of sports, economics and current events」です。
拡張機能のスクリーンショット
Quick news拡張機能のCRXファイルをダウンロード
Quick news拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The app allows you to quickly and efficiently view all popular news sites in the areas of sports, economics and current events
拡張機能の基本情報
名前 | |
ID | lcnbgkjcogmfdhgnefgmlpofpcihjlpn |
公式URL | https://chrome.google.com/webstore/detail/quick-news/lcnbgkjcogmfdhgnefgmlpofpcihjlpn |
説明 | The app allows you to quickly and efficiently view all popular news sites in the areas of sports, economics and current events |
ファイルサイズ | 20.68 KB |
インストール数 | 121 |
現在のバージョン | 1.0.0 |
最終更新日 | 2016-08-29 |
公開日 | 2016-08-29 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Lotan Sartel |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quick news", "version": "1.0.0", "permissions": [ "tabs", "storage" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "128": "icon.png", "48": "icon.png", "16": "icon.png" } } |