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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}