If You're Bored... New Tab

New tab page that shows list of things you could be doing instead of wasting your time on the internet.

If You're Bored... New Tab là gì?

If You're Bored... New Tab là một tiện ích mở rộng Chrome được phát triển bởi johannes.santen, và tính năng chính của nó là "New tab page that shows list of things you could be doing instead of wasting your time on the internet.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng If You're Bored... New Tab

Tải xuống các tệp mở rộng If You're Bored... New Tab 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

                        This extension replaces the default new tab page in chrome with an editable list. The idea is that if you're opening a new tab because you're bored, you'll see a list of things you could be doing instead of wasting your time on the internet.                    

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

Tên If You're Bored... New Tab If You're Bored... New Tab
ID ighnmhifdfldfhjnfplnmmjlfpjlbbci
URL Chính Thức https://chromewebstore.google.com/detail/if-youre-bored-new-tab/ighnmhifdfldfhjnfplnmmjlfpjlbbci
Mô tả New tab page that shows list of things you could be doing instead of wasting your time on the internet.
Kích Thước Tệp 99.84 KB
Số Lần Cài Đặt 20
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2017-05-14
Ngày Phát Hành 2017-05-14
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển johannes.santen
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "If You're Bored... New Tab",
    "description": "New tab page that shows list of things you could be doing instead of wasting your time on the internet.",
    "version": "1.1",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "ifyourebored.html"
    }
}