HappyTabs: Puppies & kittens for charity
Cute pictures of puppies and kittens on every new tab. Proceeds are donated to animal shelters and other non-profit organizations.
HappyTabs: Puppies & kittens for charity란 무엇입니까?
HappyTabs: Puppies & kittens for charity은(는) http://happytabs.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Cute pictures of puppies and kittens on every new tab. Proceeds are donated to animal shelters and other non-profit organizations."입니다.
확장 프로그램 스크린샷
HappyTabs: Puppies & kittens for charity 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
You know what the world needs? More pictures of puppies and kittens. HappyTabs is a super-fast start page that shows you a furry friend every day when you open up a new tab. Complete with a search bar and your favorite site shortcuts, it's the best way to start your browsing. Created by the DollarUp team, our mission is to make donating so easy that you can do it every day without changing your routine or breaking your budget. With that in mind, we created this extension. Believe it or not, every time you open a new tab, you're helping raise money for charity! HappyTabs displays clear, unobtrusive ads each time it opens. These ads will never be annoying, cause slowdowns, or block you from clicking where you need to. When these ads are displayed, we collect money from our sponsors. This money is then donated to local animal shelters and other non-profit organizations. HappyTabs works on phones, tablets, and computers, so you can help raise from anywhere. Visit http://happytabs.org to learn more.
확장 프로그램 기본 정보
이름 | |
ID | nlillndmdnhebjhbjagkgaehfiannkjg |
공식 URL | https://chrome.google.com/webstore/detail/happytabs-puppies-kittens/nlillndmdnhebjhbjagkgaehfiannkjg |
설명 | Cute pictures of puppies and kittens on every new tab. Proceeds are donated to animal shelters and other non-profit organizations. |
파일 크기 | 15.78 KB |
설치 횟수 | 59 |
현재 버전 | 8 |
최근 업데이트 | 2018-01-19 |
출시 날짜 | 2018-01-19 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | http://happytabs.org |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | http://dollarup.org/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HappyTabs: Puppies & kittens for charity", "short_name": "HappyTabs", "description": "Cute pictures of puppies and kittens on every new tab. Proceeds are donated to animal shelters and other non-profit organizations.", "version": "8", "chrome_url_overrides": { "newtab": "main.html" }, "permissions": [ "topSites" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.happytabs.org\/*" ], "js": [ "content.js" ], "all_frames": true, "run_at": "document_end" } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "HappyTabs", "default_popup": "popup.html" } } |