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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rahul Jain และคุณลักษณะหลักของมันคือ "Raise money for charity effortlessly with every new tab you open."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Charity Tab: Support Good Causes Effortlessly

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}