The New City Page Today

This extension sets your New Tab to City Page Today with photos, links, updates and more

ما هو The New City Page Today؟

The New City Page Today هو إضافة Chrome تم تطويرها بواسطة http://citypage.today، والميزة الرئيسية لها هي "This extension sets your New Tab to City Page Today with photos, links, updates and more".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة The New City Page Today

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

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

                        I love my city and I love it even more on my New Tab!
All the local info on your City with amazing background shots.
Weather, access to business near you, updates on all the new places and all local news.                    

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

الاسم The New City Page Today The New City Page Today
ID omjifaanlgiocfonnjlengeomjfhgklg
عنوان URL الرسمي https://chrome.google.com/webstore/detail/the-new-city-page-today/omjifaanlgiocfonnjlengeomjfhgklg
الوصف This extension sets your New Tab to City Page Today with photos, links, updates and more
حجم الملف 26.3 KB
عدد التثبيتات 121
النسخة الحالية 2.0
آخر تحديث 2018-01-30
تاريخ النشر 2018-01-30
تقييم 3.10/5 مجموع تقييمات 10
المطور http://citypage.today
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.citypage.today
عنوان صفحة المساعدة http://citypage.today/about/index.html
عنوان صفحة سياسة الخصوصية http://citypage.today/about/privacy.html
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The New City Page Today",
    "description": "This extension sets your New Tab to City Page Today with photos, links, updates and more",
    "version": "2.0",
    "manifest_version": 2,
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "citypage.today.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage"
    ],
    "optional_permissions": [
        "management"
    ],
    "browser_action": {
        "default_title": "The New City Page Today",
        "default_icon": "img\/icon16.png"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    }
}