Global Goals New Tab
Become part of a community that positively changes the world!
Co to jest Global Goals New Tab?
Global Goals New Tab to rozszerzenie Chrome opracowane przez Gexsi, a jego główną funkcją jest „Become part of a community that positively changes the world!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Global Goals New Tab
Pobierz pliki rozszerzeń Global Goals New Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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).
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | gggclagfhlbboehlpngjkbogaoinaaif |
Oficjalny URL | https://chrome.google.com/webstore/detail/global-goals-new-tab/gggclagfhlbboehlpngjkbogaoinaaif |
Opis | Become part of a community that positively changes the world! |
Rozmiar pliku | 803 KB |
Liczba instalacji | 43 |
Aktualna Wersja | 0.3.147 |
Ostatnia Aktualizacja | 2019-11-29 |
Data Publikacji | 2019-11-29 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | Gexsi |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.globalgoals.org/ |
Adres URL Strony Pomocy | https://www.globalgoals.org/ |
Adres URL Strony Polityki Prywatności | https://gexsi.org/privacy-policy |
Obsługiwane Języki | 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" ] } } |