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".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة ChimeraRevo Extension

قم بتنزيل ملفات الامتداد ChimeraRevo Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم ChimeraRevo Extension ChimeraRevo Extension
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
}