HeroTab
HeroTab Chrome Extension
HeroTab란 무엇입니까?
HeroTab은(는) https://wehero.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "HeroTab Chrome Extension"입니다.
확장 프로그램 스크린샷
HeroTab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
HeroTab Raise money for your favorite nonprofits with every browser tab you open! ➤ How it works HeroTab transforms your “new tab” page. Each time you open a tab, you will be greeted with a new image, the amount raised, and a small banner ad. We collect ad revenue from the page and use it to donate to the causes you are supporting! HeroTab is feeding families, protecting coastlines, planting trees, fighting for social justice, and more just by surfing the web.
확장 프로그램 기본 정보
이름 | HeroTab |
ID | ghfkjegfhjnboafgiihfipifljjlgibc |
공식 URL | https://chromewebstore.google.com/detail/herotab/ghfkjegfhjnboafgiihfipifljjlgibc |
설명 | HeroTab Chrome Extension |
파일 크기 | 62.18 KB |
설치 횟수 | 514 |
현재 버전 | 1.2.2 |
최근 업데이트 | 2020-11-22 |
출시 날짜 | 2020-04-23 |
평점 | 5.00/5 총 13 개의 평점 |
개발자 | https://wehero.co |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://wehero.co/ |
도움말 페이지 URL | https://www.wehero.co/browser-extension/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HeroTab", "short_name": "hero-tab", "author": "WeHero", "version": "1.2.2", "description": "HeroTab Chrome Extension", "icons": { "16": "assets\/images\/icon16.png", "32": "assets\/images\/icon32.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" }, "browser_action": { "default_icon": "assets\/images\/icon48.png" }, "background": { "scripts": [ "background.js" ], "persistence": false }, "chrome_url_overrides": { "newtab": "newtab.html" }, "content_security_policy": "script-src 'self'; object-src 'self'", "web_accessible_resources": [ "assets\/*" ], "permissions": [] } |