HeroTab

HeroTab Chrome Extension

什麼是HeroTab?

HeroTab是由https://wehero.co開發的Chrome擴展程式,該擴展的主要功能是“HeroTab Chrome Extension”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載HeroTab擴展crx文件

下載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 HeroTab
ID ghfkjegfhjnboafgiihfipifljjlgibc
官方網址 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": []
}