Newindianexpress

Latest news from New Indian Express.

ما هو Newindianexpress؟

Newindianexpress هو إضافة Chrome تم تطويرها بواسطة Express Network Pvt Ltd، والميزة الرئيسية لها هي "Latest news from New Indian Express.".

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

screenshot

تحميل ملف CRX للإضافة Newindianexpress

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

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

                        Latest news from New Indian Express is arguably the flagship publication incorporating national and international themes and sections on developmental issues, society, politics, literature, arts, cinema, travel, lifestyle, sports, business, finance, new-age living, self-development and entertainment.                    

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

الاسم Newindianexpress Newindianexpress
ID bjmpigpkgalhedhpoglmkmkbijhkggmh
عنوان URL الرسمي https://chrome.google.com/webstore/detail/bjmpigpkgalhedhpoglmkmkbijhkggmh
الوصف Latest news from New Indian Express.
حجم الملف 115 KB
عدد التثبيتات 108
النسخة الحالية 1.1
آخر تحديث 2018-06-29
تاريخ النشر 2018-06-29
تقييم 5.00/5 مجموع تقييمات 1
المطور Express Network Pvt Ltd
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Newindianexpress",
    "version": "1.1",
    "description": "Latest news from New Indian Express.",
    "permissions": [
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/nie16.png",
            "32": "images\/nie32.png",
            "48": "images\/nie48.png",
            "128": "images\/nie128.png"
        }
    },
    "icons": {
        "16": "images\/nie16.png",
        "32": "images\/nie32.png",
        "48": "images\/nie48.png",
        "128": "images\/nie128.png"
    },
    "manifest_version": 2
}