Tablé

Your new tab page.

Tabléคืออะไร?

Tablé เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.zigzag.is และคุณลักษณะหลักของมันคือ "Your new tab page."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Tablé is a beautiful and simple extension for your Chrome. It replaces your New Tab page with a customizable grid of bookmarks and widgets. It respects your privacy by requiring no access to your data (NO permissions) and synchronizes across all your Chrome instances. You can add your bookmarks, assign colors, icons or logos and position them anywhere within the grid.

Features
-- beautiful design
-- simple setup
-- values your privacy by
--- requiring NO permissions
--- using NO Analytics or data collection
--- requiring NO access to any personal data or browsing history
-- synchronizes across all your Chrome desktop instances
-- blazing fast performance
-- highly customizable

Thanks for using Tablé, we hope you enjoy it and would love your feedback.

Learn more at:
https://www.zigzag.is/table/                    

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

ชื่อ Tablé Tablé
ID kmaciiamelconmlmnoilibndeojnpdia
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tabl%C3%A9/kmaciiamelconmlmnoilibndeojnpdia
คำอธิบาย Your new tab page.
ขนาดไฟล์ 259 KB
จำนวนการติดตั้ง 94
เวอร์ชันปัจจุบัน 1.1.3
อัปเดตครั้งล่าสุด 2023-12-12
วันที่เผยแพร่ 2019-05-08
คะแนน 4.67/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา https://www.zigzag.is
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.zigzag.is/table/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabl\u00e9",
    "version": "1.1.3",
    "short_name": "Tabl\u00e9",
    "description": "Your new tab page.",
    "icons": {
        "16": "content\/ico\/icon16.png",
        "48": "content\/ico\/icon48.png",
        "128": "content\/ico\/icon128.png"
    },
    "author": "zigzag GmbH, Florian Dusch",
    "incognito": "spanning",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "chrome_url_overrides": {
        "newtab": "blank.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "content\/ico\/action_icon19.png",
            "38": "content\/ico\/action_icon38.png"
        },
        "default_title": "Add this page to Tabl\u00e9",
        "default_popup": "popup.html"
    }
}