HeroTab
HeroTab Chrome Extension
HeroTabคืออะไร?
HeroTab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://wehero.co และคุณลักษณะหลักของมันคือ "HeroTab Chrome Extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HeroTab
ดาวน์โหลดไฟล์ส่วนขยาย HeroTab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
HeroTab Raise money for your favorite nonprofits with every browser tab you open! ➤ How it works HeroTab transforms your “new tab” page. Each time you open a tab, you will be greeted with a new image, the amount raised, and a small banner ad. We collect ad revenue from the page and use it to donate to the causes you are supporting! HeroTab is feeding families, protecting coastlines, planting trees, fighting for social justice, and more just by surfing the web.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | HeroTab |
ID | ghfkjegfhjnboafgiihfipifljjlgibc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/herotab/ghfkjegfhjnboafgiihfipifljjlgibc |
คำอธิบาย | HeroTab Chrome Extension |
ขนาดไฟล์ | 62.18 KB |
จำนวนการติดตั้ง | 514 |
เวอร์ชันปัจจุบัน | 1.2.2 |
อัปเดตครั้งล่าสุด | 2020-11-22 |
วันที่เผยแพร่ | 2020-04-23 |
คะแนน | 5.00/5 รวมทั้งหมด 13 คะแนน |
ผู้พัฒนา | https://wehero.co |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://wehero.co/ |
URL หน้าช่วยเหลือ | https://www.wehero.co/browser-extension/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HeroTab", "short_name": "hero-tab", "author": "WeHero", "version": "1.2.2", "description": "HeroTab Chrome Extension", "icons": { "16": "assets\/images\/icon16.png", "32": "assets\/images\/icon32.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" }, "browser_action": { "default_icon": "assets\/images\/icon48.png" }, "background": { "scripts": [ "background.js" ], "persistence": false }, "chrome_url_overrides": { "newtab": "newtab.html" }, "content_security_policy": "script-src 'self'; object-src 'self'", "web_accessible_resources": [ "assets\/*" ], "permissions": [] } |