Simple Tab

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

Simple Tabคืออะไร?

Simple Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย matthewninja และคุณลักษณะหลักของมันคือ "Transforms your new tab page into a beautiful and minimalistic image. All code is open source."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple Tab

ดาวน์โหลดไฟล์ส่วนขยาย Simple Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Simple Tab Simple Tab
ID onmajccknmlhmaclaeplheoehfknefma
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/simple-tab/onmajccknmlhmaclaeplheoehfknefma
คำอธิบาย Transforms your new tab page into a beautiful and minimalistic image. All code is open source.
ขนาดไฟล์ 42.43 MB
จำนวนการติดตั้ง 16
เวอร์ชันปัจจุบัน 0.1.1
อัปเดตครั้งล่าสุด 2017-07-24
วันที่เผยแพร่ 2017-07-23
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา matthewninja
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/matthewninja/simpletab
URL หน้าช่วยเหลือ https://twitter.com/koreacanadian
ภาษาที่รองรับ 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"
}