ComfortDIAL - New tab

ComfortDIAL is the most comfortable, minimalist and handy replacement of a new tab page.

ComfortDIAL - New tab란 무엇입니까?

ComfortDIAL - New tab은(는) Creel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ComfortDIAL is the most comfortable, minimalist and handy replacement of a new tab page."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

ComfortDIAL - New tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        You can add links to the necessary sites and distribute them among pages, columns, and then into blocks.
Supports drag and drop absolutely all elements and fine-tuning the design.

- Sync
All your data will be automatically synced to the Chrome cloud.

- Theme support
Dark, blue, gray, light, and you can also customize your own unique theme for each page.

- Design settings
It supports changing the number of columns on the page, setting icons and background for the blocks, as well as detailed setting of bookmark icons.

- No ads
The complete lack of advertising in the extension.

- Anonymity
The complete anonymity of your data, only you have access to it.                    

확장 프로그램 기본 정보

이름 ComfortDIAL - New tab ComfortDIAL - New tab
ID abcmpaomhigajhaedknmmieofimnmmka
공식 URL https://chromewebstore.google.com/detail/comfortdial-new-tab/abcmpaomhigajhaedknmmieofimnmmka
설명 ComfortDIAL is the most comfortable, minimalist and handy replacement of a new tab page.
파일 크기 1.09 MB
설치 횟수 40
현재 버전 1.5.10
최근 업데이트 2023-08-09
출시 날짜 2020-01-08
평점 5.00/5 총 8 개의 평점
개발자 Creel
이메일 [email protected]
결제 유형 free
지원되는 언어 en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "version": "1.5.10",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "browser_action": {
        "default_icon": "icons\/icon-48.png",
        "default_title": "__MSG_appShortName__",
        "default_popup": ""
    },
    "icons": {
        "128": "icons\/icon-128.png",
        "64": "icons\/icon-64.png",
        "48": "icons\/icon-48.png",
        "32": "icons\/icon-32.png",
        "16": "icons\/icon-16.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "css": [
                "css\/popup.css"
            ],
            "all_frames": false,
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "tabs",
        "bookmarks",
        "storage",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        "popup.html",
        "newtab.html",
        "js\/worker.js"
    ]
}