Charity Tab: Support Good Causes Effortlessly

Raise money for charity effortlessly with every new tab you open.

什麼是Charity Tab: Support Good Causes Effortlessly?

Charity Tab: Support Good Causes Effortlessly是由Rahul Jain開發的Chrome擴展程式,該擴展的主要功能是“Raise money for charity effortlessly with every new tab you open.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Charity Tab: Support Good Causes Effortlessly擴展crx文件

下載Charity Tab: Support Good Causes Effortlessly擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Raise money for you favourite NGOs just by doing your daily browsing.

We convert your browser's newtab page into a productivity platform where you can add widgets like to do lists and quick links along with a clock. 

Simultaneously it raises funds for charity which is stores in your virtual currency called smiles.

Donate these smiles to your favourite NGOs and help them to continue their awesome work on the ground saving the nation.                    

擴展基本資訊

名稱 Charity Tab: Support Good Causes Effortlessly Charity Tab: Support Good Causes Effortlessly
ID nllpmpgdgioghoindndoeamfaidgflpm
官方網址 https://chromewebstore.google.com/detail/charity-tab-support-good/nllpmpgdgioghoindndoeamfaidgflpm
簡介 Raise money for charity effortlessly with every new tab you open.
檔案大小 1.01 MB
安裝次數 14
目前版本 2.0.1
更新時間 2021-11-28
上架時間 2016-08-01
評分 4.78/5 共 9 次評分
開發者 Rahul Jain
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Charity Tab: Support Good Causes Effortlessly",
    "description": "Raise money for charity effortlessly with every new tab you open.",
    "version": "2.0.1",
    "browser_action": {
        "default_icon": "images\/logo128.png"
    },
    "icons": {
        "128": "images\/logo128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "charityTab.html"
    }
}