Tablé

Your new tab page.

Tablé란 무엇입니까?

Tablé은(는) https://www.zigzag.is에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Your new tab page."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Tablé 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}