ComfortDIAL - New tab

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

ComfortDIAL - New tabคืออะไร?

ComfortDIAL - New tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Creel และคุณลักษณะหลักของมันคือ "ComfortDIAL is the most comfortable, minimalist and handy replacement of a new tab page."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ComfortDIAL - New tab

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

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

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