Global Goals New Tab

Become part of a community that positively changes the world!

ما هو Global Goals New Tab؟

Global Goals New Tab هو إضافة Chrome تم تطويرها بواسطة Gexsi، والميزة الرئيسية لها هي "Become part of a community that positively changes the world!".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Global Goals New Tab

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

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

                        A fast and useful extension with everything you need to browse. The extension improves the Chrome start page with powerful search, fast access to popular websites, an attractive layout and integrated news feed.

Advertising and affiliate marketing partnerships generate a revenue stream which is used to support innovative social projects that contribute to the 17 UN Sustainable Development Goals (SDGs).                    

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

الاسم Global Goals New Tab Global Goals New Tab
ID gggclagfhlbboehlpngjkbogaoinaaif
عنوان URL الرسمي https://chrome.google.com/webstore/detail/global-goals-new-tab/gggclagfhlbboehlpngjkbogaoinaaif
الوصف Become part of a community that positively changes the world!
حجم الملف 803 KB
عدد التثبيتات 43
النسخة الحالية 0.3.147
آخر تحديث 2019-11-29
تاريخ النشر 2019-11-29
تقييم 5.00/5 مجموع تقييمات 2
المطور Gexsi
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.globalgoals.org/
عنوان صفحة المساعدة https://www.globalgoals.org/
عنوان صفحة سياسة الخصوصية https://gexsi.org/privacy-policy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Global Goals New Tab",
    "version": "0.3.147",
    "description": "Become part of a community that positively changes the world!",
    "icons": {
        "16": "icons\/icon-16px.png",
        "32": "icons\/icon-32px.png",
        "48": "icons\/icon-96px.png",
        "128": "icons\/icon-256px.png"
    },
    "chrome_url_overrides": {
        "newtab": "startpage.html#newTab"
    },
    "browser_action": {
        "default_title": "New Tab"
    },
    "permissions": [
        "tabs",
        "storage",
        "topSites",
        "history",
        "bookmarks",
        "chrome:\/\/favicon\/"
    ],
    "optional_permissions": [],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}