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 là gì?

HappyTabs: Puppies & kittens for charity là một tiện ích mở rộng Chrome được phát triển bởi http://happytabs.org, và tính năng chính của nó là "Cute pictures of puppies and kittens on every new tab. Proceeds are donated to animal shelters and other non-profit organizations.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng HappyTabs: Puppies & kittens for charity

Tải xuống các tệp mở rộng HappyTabs: Puppies & kittens for charity dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên HappyTabs: Puppies & kittens for charity HappyTabs: Puppies & kittens for charity
ID nlillndmdnhebjhbjagkgaehfiannkjg
URL Chính Thức https://chrome.google.com/webstore/detail/happytabs-puppies-kittens/nlillndmdnhebjhbjagkgaehfiannkjg
Mô tả Cute pictures of puppies and kittens on every new tab. Proceeds are donated to animal shelters and other non-profit organizations.
Kích Thước Tệp 15.78 KB
Số Lần Cài Đặt 59
Phiên Bản Hiện Tại 8
Cập Nhật Lần Cuối 2018-01-19
Ngày Phát Hành 2018-01-19
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển http://happytabs.org
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://dollarup.org/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}