Tabfund

Raise money for research with each new tab you open while browsing the internet!

Tabfund란 무엇입니까?

Tabfund은(는) https://www.tab.fund에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Raise money for research with each new tab you open while browsing the internet!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Tabfund 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Join our community of forward-thinkers and start funding a better future!

TabFund is a lightweight extension that turns your newly opened tabs into a beautiful new tab that helps raise money for Research. On this new tab you can donate tabs and see real-time donations around the world and 3 banner ads.

As you open tabs while browsing the internet, you earn "tab points" which represent the ad-revenue raised with the tabs that you've opened! Then you just have to select which research subjects you want to donate you tabs to - and you're done!

At the end of each trimester, the money raised is distributed across all research projects and you receive your own personal impact report with information about how the Research that you've supported has been progressing!

New Partners: University of Porto's Institute for Research and Innovation in Health (i3S);                    

확장 프로그램 기본 정보

이름 Tabfund Tabfund
ID pfbllafiigecogfbbbjiflafkbhgjceo
공식 URL https://chromewebstore.google.com/detail/tabfund/pfbllafiigecogfbbbjiflafkbhgjceo
설명 Raise money for research with each new tab you open while browsing the internet!
파일 크기 444 KB
설치 횟수 1,860
현재 버전 2.0.0
최근 업데이트 2022-06-28
출시 날짜 2020-07-07
평점 4.93/5 총 45 개의 평점
개발자 https://www.tab.fund
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://tab.fund/
도움말 페이지 URL https://tab.fund/faqs
개인정보 보호 정책 페이지 URL https://tab.fund/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabfund",
    "version": "2.0.0",
    "description": "Raise money for research with each new tab you open while browsing the internet!",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "page_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png",
            "128": "images\/icon128.png"
        },
        "default_title": "Tabfund"
    },
    "author": "Tabfund Team",
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}