Abc.com.py Widget
Widget Abc.com.py - Noticias del ámbito del deporte, nacionales, internacionales, últimas noticias de Paraguay y el mundo
Abc.com.py Widgetとは何ですか?
Abc.com.py WidgetはFernando MGによって開発されたChromeの拡張機能で、その主な機能は「Widget Abc.com.py - Noticias del ámbito del deporte, nacionales, internacionales, últimas noticias de Paraguay y el mundo」です。
拡張機能のスクリーンショット
Abc.com.py Widget拡張機能のCRXファイルをダウンロード
Abc.com.py Widget拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
El widget permite ver el contenido resumido del sitio web, leer las 10 ultimas noticias de cada una de las categorías y con un click podes ver el articulo completo. 拡張機能の基本情報
| 名前 | |
| ID | bogjmgijnhkobhcmplhidlknegmdaopi |
| 公式URL | https://chromewebstore.google.com/detail/abccompy-widget/bogjmgijnhkobhcmplhidlknegmdaopi |
| 説明 | Widget Abc.com.py - Noticias del ámbito del deporte, nacionales, internacionales, últimas noticias de Paraguay y el mundo |
| ファイルサイズ | 83.96 KB |
| インストール数 | 30 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2013-06-16 |
| 公開日 | 2013-06-15 |
| 評価 | 4.00/5 合計 2 レビュー |
| 開発者 | Fernando MG |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://github.com/FrnandMG |
| ヘルプページのURL | http://twitter.com/FrnandMG |
| 対応言語 | es-419 |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Abc.com.py Widget",
"version": "1.0",
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"description": "Widget Abc.com.py - Noticias del \u00e1mbito del deporte, nacionales, internacionales, \u00faltimas noticias de Paraguay y el mundo",
"browser_action": {
"default_title": "UltimaHora.com Widget",
"default_icon": "icon128.png",
"default_popup": "popup.html"
},
"permissions": [
"http:\/\/www.abc.com.py\/",
"http:\/\/*.google.com\/*"
],
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google.com; object-src 'self'"
} | |