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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Fernando MG และคุณลักษณะหลักของมันคือ "Widget Abc.com.py - Noticias del ámbito del deporte, nacionales, internacionales, últimas noticias de Paraguay y el mundo"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Abc.com.py Widget
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Abc.com.py Widget |
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'" } |