Global Goals New Tab
Become part of a community that positively changes the world!
Global Goals New Tab क्या है?
Global Goals New Tab Gexsi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Become part of a community that positively changes the world!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Global Goals New Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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).
एक्सटेंशन की मूल जानकारी
नाम | |
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/ |
सहायता पृष्ठ URL | https://www.globalgoals.org/ |
गोपनीयता नीति पृष्ठ URL | 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" ] } } |