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
公式URL 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
Eメール [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"
    }
}