Simple Tab

Transforms your new tab page into a beautiful and minimalistic image. All code is open source.

Simple Tab là gì?

Simple Tab là một tiện ích mở rộng Chrome được phát triển bởi matthewninja, và tính năng chính của nó là "Transforms your new tab page into a beautiful and minimalistic image. All code is open source.".

Ả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 Simple Tab

Tải xuống các tệp mở rộng Simple 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

                        Simple tab is simple. Simply put, it takes your boring 'New Tab' page and replaces it with a beautiful, hand picked landscape image. Other Tab page extensions are extremely bloated and slow. For users who don't want to see a cluttered tab page, this is the extension for you.

Transparency is important to the creator. All code is open source, and is free to use at https://github.com/matthewninja/simpletab. The images are stored locally for extremely fast loading. This extension is a work in progress, and new features are on the way. Any questions will be answered on twitter @koreacanadian.                    

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

Tên Simple Tab Simple Tab
ID onmajccknmlhmaclaeplheoehfknefma
URL Chính Thức https://chromewebstore.google.com/detail/simple-tab/onmajccknmlhmaclaeplheoehfknefma
Mô tả Transforms your new tab page into a beautiful and minimalistic image. All code is open source.
Kích Thước Tệp 42.43 MB
Số Lần Cài Đặt 16
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2017-07-24
Ngày Phát Hành 2017-07-23
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển matthewninja
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/matthewninja/simpletab
URL Trang Trợ Giúp https://twitter.com/koreacanadian
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Tab",
    "version": "0.1.1",
    "description": "Transforms your new tab page into a beautiful and minimalistic image.\n All code is open source.",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": [],
    "author": "Matthew Ham",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "new-tab.html"
    },
    "homepage_url": "https:\/\/github.com\/matthewninja\/simpletab",
    "offline_enabled": true,
    "permissions": [
        "tabs"
    ],
    "short_name": "Simple Tab"
}