Minimalist Tab

Simplify your Chrome new tab page.

Minimalist Tabคืออะไร?

Minimalist Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://benandy.github.io และคุณลักษณะหลักของมันคือ "Simplify your Chrome new tab page."

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

screenshot
screenshot

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

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

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

                        Simplify your Chrome new tab page. A minimalist new tab page with only the essential two things you need to keep your week on track, the time and date. Nothing special, not overcrowded nor eye distracting.                    

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

ชื่อ Minimalist Tab Minimalist Tab
ID dcnlolkfplhlimlokmkinnmpjecghgcc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/minimalist-tab/dcnlolkfplhlimlokmkinnmpjecghgcc
คำอธิบาย Simplify your Chrome new tab page.
ขนาดไฟล์ 6.73 KB
จำนวนการติดตั้ง 100
เวอร์ชันปัจจุบัน 1.1.7
อัปเดตครั้งล่าสุด 2017-10-03
วันที่เผยแพร่ 2017-10-02
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://benandy.github.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://benandy.github.io/minimalisttab/
URL หน้านโยบายความเป็นส่วนตัว http://benandy.github.io/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.7",
    "name": "Minimalist Tab",
    "short_name": "Minimalist Tab",
    "description": "Simplify your Chrome new tab page.",
    "manifest_version": 2,
    "author": "Benjamin Developments",
    "offline_enabled": true,
    "homepage_url": "https:\/\/benandy.github.io\/minimalisttab",
    "incognito": "split",
    "content_security_policy": "script-src  'self' https:\/\/ssl.google-analytics.com; object-src 'self'; sandbox allow-forms allow-scripts allow-same-origin allow-modals",
    "minimum_chrome_version": "48.0.2564",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "cookies",
        "unlimitedStorage",
        "*:\/\/benandy.github.io\/*"
    ]
}