Siwdesa News
Daily News, Daily Deals, Promotions and every thing in one place visit www.siwdesa.com
Siwdesa Newsとは何ですか?
Siwdesa Newsはhttp://www.siwdesa.comによって開発されたChromeの拡張機能で、その主な機能は「Daily News, Daily Deals, Promotions and every thing in one place visit www.siwdesa.com」です。
拡張機能のスクリーンショット
Siwdesa News拡張機能のCRXファイルをダウンロード
Siwdesa News拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Siwdesa News gives you latest Sinhala news notifications.
拡張機能の基本情報
名前 | |
ID | flfgnafjfcihnllbcoghcoapallgcgen |
公式URL | https://chrome.google.com/webstore/detail/siwdesa-news/flfgnafjfcihnllbcoghcoapallgcgen |
説明 | Daily News, Daily Deals, Promotions and every thing in one place visit www.siwdesa.com |
ファイルサイズ | 38.81 KB |
インストール数 | 24 |
現在のバージョン | 0.1 |
最終更新日 | 2015-03-10 |
公開日 | 2015-03-10 |
評価 | 4.67/5 合計 3 レビュー |
開発者 | http://www.siwdesa.com |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Siwdesa News", "version": "0.1", "description": "Daily News, Daily Deals, Promotions and every thing in one place visit www.siwdesa.com", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "permissions": [ "notifications", "http:\/\/www.siwdesa.com\/", "https:\/\/www.siwdesa.com\/", "tabs" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "options_page": "options.html", "background": { "scripts": [ "background.js" ] }, "manifest_version": 2, "web_accessible_resources": [ "48.png" ], "browser_action": { "default_title": "Click to Deactivate", "default_popup": "popup.html" } } |