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!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Global Goals New Tab
ดาวน์โหลดไฟล์ส่วนขยาย Global Goals New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } } |