Abc.com.py Widget
Widget Abc.com.py - Noticias del ámbito del deporte, nacionales, internacionales, últimas noticias de Paraguay y el mundo
Vad är Abc.com.py Widget?
Abc.com.py Widget är en Chrome-tillägg utvecklad av Fernando MG, och dess huvudfunktion är "Widget Abc.com.py - Noticias del ámbito del deporte, nacionales, internacionales, últimas noticias de Paraguay y el mundo".
Tilläggsskärmbilder
Ladda ner Abc.com.py Widget-förlängningens CRX-fil
Ladda ner Abc.com.py Widget-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Abc.com.py Widget |
ID | bogjmgijnhkobhcmplhidlknegmdaopi |
Officiell webbadress | https://chromewebstore.google.com/detail/abccompy-widget/bogjmgijnhkobhcmplhidlknegmdaopi |
Beskrivning | Widget Abc.com.py - Noticias del ámbito del deporte, nacionales, internacionales, últimas noticias de Paraguay y el mundo |
Filstorlek | 83.96 KB |
Antal Installationer | 30 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2013-06-16 |
Publiceringsdatum | 2013-06-15 |
Betyg | 4.00/5 Totalt 2 Betyg |
Utvecklare | Fernando MG |
Betalningssätt | free |
Tilläggswebbplats | http://github.com/FrnandMG |
Hjälpsida URL | http://twitter.com/FrnandMG |
Stödda Språk | 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'" } |