ChimeraRevo Extension
News, Guide e Recensioni sul mondo della Tecnologia
ChimeraRevo Extensionคืออะไร?
ChimeraRevo Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DLG CreativeLab และคุณลักษณะหลักของมันคือ "News, Guide e Recensioni sul mondo della Tecnologia"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ChimeraRevo Extension
ดาวน์โหลดไฟล์ส่วนขยาย ChimeraRevo Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Con questa estensione per Chrome, Chromium e Chrome OS, potrete tenervi aggiornati sul mondo della tecnologia con le news di ChimeraRevo! Versione 2.0 - 16/10/2015 - Restyling completo dell'app allineato al nuovo stile del sito - Animazioni all'apertura - Bugfix e miglioramenti
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lajikmolofahliemoliobnpnlcikdfik |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/chimerarevo-extension/lajikmolofahliemoliobnpnlcikdfik |
คำอธิบาย | News, Guide e Recensioni sul mondo della Tecnologia |
ขนาดไฟล์ | 270 KB |
จำนวนการติดตั้ง | 12 |
เวอร์ชันปัจจุบัน | 2.0 |
อัปเดตครั้งล่าสุด | 2015-10-16 |
วันที่เผยแพร่ | 2015-10-16 |
คะแนน | 5.00/5 รวมทั้งหมด 22 คะแนน |
ผู้พัฒนา | DLG CreativeLab |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.chimerarevo.com |
ภาษาที่รองรับ | it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ChimeraRevo Extension", "description": "News, Guide e Recensioni sul mondo della Tecnologia", "version": "2.0", "content_security_policy": "script-src 'self'; object-src 'self'", "options_page": "options.html", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "iconbig16.png", "48": "iconbig48.png", "128": "iconbig128.png" }, "permissions": [ "tabs", "http:\/\/www.chimerarevo.com\/*", "storage", "notifications" ], "background": { "script": [ "notification.js" ] }, "web_accessible_resources": [ "iconbig48.png" ], "externally_connectable": { "matches": [ "*:\/\/www.chimerarevo.com\/*" ] }, "manifest_version": 2 } |