Placid Tab New Tab Page

A minimal New Tab page

Placid Tab New Tab Pageคืออะไร?

Placid Tab New Tab Page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://rileyjshaw.com และคุณลักษณะหลักของมันคือ "A minimal New Tab page"

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

screenshot
screenshot
screenshot

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

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

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

                        A minimal New Tab page.

** New in V2 **
 - Now with light AND dark themes!
 - Options save automatically

Usage:
Each quadrant can be assigned to one of your favourite websites. Click a quadrant to navigate to its assigned link.

Configuration:
To assign your links, either
 - Click an unassigned quadrant, or
 - In the Chrome menu click Tools > Extensions > Placid Tab > Options

Licence: MIT

Project page: https://github.com/rileyjshaw/placid-tab                    

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

ชื่อ Placid Tab New Tab Page Placid Tab New Tab Page
ID mjcblgoejhkkkhgeadejhkpldglnfmcj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/placid-tab-new-tab-page/mjcblgoejhkkkhgeadejhkpldglnfmcj
คำอธิบาย A minimal New Tab page
ขนาดไฟล์ 24.66 KB
จำนวนการติดตั้ง 154
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2015-10-27
วันที่เผยแพร่ 2015-10-27
คะแนน 5.00/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา https://rileyjshaw.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/rileyjshaw/placid-tab
URL หน้าช่วยเหลือ https://github.com/rileyjshaw/placid-tab/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Placid Tab New Tab Page",
    "short_name": "Placid Tab",
    "version": "2.0.0",
    "manifest_version": 2,
    "description": "A minimal New Tab page",
    "author": "rileyjshaw",
    "chrome_url_overrides": {
        "newtab": "home.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html"
}