Chrome Custom Interface

Change your Google Chrome new tab interface logo and shortcuts.

Chrome Custom Interfaceคืออะไร?

Chrome Custom Interface เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.mdmarufadnansami.com และคุณลักษณะหลักของมันคือ "Change your Google Chrome new tab interface logo and shortcuts."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chrome Custom Interface

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

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

                        === Description ===
Chrome Custom Interface is a Google Chrome extension that allows you to personalize your new tab interface. With this extension, you can change the default Google Chrome logo on the new tab page to your own custom logo and add shortcuts to your favorite websites for quick access. Customize the background and text color to match your preferences.

=== Features ===
• Replace the default Google Chrome logo with your custom logo.
• Customize the new tab interface with a logo of your choice.
• Add and manage shortcuts to your favorite websites.
• Import and export your shortcut data.
• Quickly access your preferred websites directly from the new tab page.
• Customize the background and text color to match your preferences.
• Choose between uploading a logo image or providing a URL for the logo.
• Simple and user-friendly interface for customization.

=== Installation ===
1. Download the extension from the Chrome Web Store.
2. Click the "Add to Chrome" button to install the extension.
3. Once installed, the extension will appear in your Chrome extensions bar, if not then pin it.

=== Usage ===
To personalize your Chrome browsing experience, start by uploading your custom logo or specifying a logo URL via the extension's settings. You can manage your favorite website shortcuts. Import or export shortcut data as needed, and easily access your preferred websites from the new tab page. Tailor the new tab interface with your logo and customize the background and text colors to create a browser environment that suits your preferences. This extension provides a user-friendly interface for effortless customization and browsing.

=== Support ===
For any questions, issues, or feedback, please contact us at [email protected].

=== Donations ===
If you find this extension helpful and would like to support its development, consider making a donation at https://www.buymeacoffee.com/RealboyAdnan.                    

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

ชื่อ Chrome Custom Interface Chrome Custom Interface
ID aiocppbjlgnealibfklbanpbppjejeoo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chrome-custom-interface/aiocppbjlgnealibfklbanpbppjejeoo
คำอธิบาย Change your Google Chrome new tab interface logo and shortcuts.
ขนาดไฟล์ 69.49 KB
จำนวนการติดตั้ง 126
เวอร์ชันปัจจุบัน 3.0
อัปเดตครั้งล่าสุด 2024-01-15
วันที่เผยแพร่ 2023-10-07
คะแนน 5.00/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา https://www.mdmarufadnansami.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.mdmarufadnansami.com
URL หน้าช่วยเหลือ https://www.mdmarufadnansami.com/contact/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Custom Interface",
    "description": "Change your Google Chrome new tab interface logo and shortcuts.",
    "author": "Md Maruf Adnan Sami",
    "homepage_url": "https:\/\/www.mdmarufadnansami.com",
    "version": "3.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "data\/popup.html",
        "default_icon": {
            "16": "assets\/img\/16.png",
            "32": "assets\/img\/32.png",
            "48": "assets\/img\/48.png",
            "128": "assets\/img\/128.png"
        }
    },
    "icons": {
        "16": "assets\/img\/16.png",
        "32": "assets\/img\/32.png",
        "48": "assets\/img\/48.png",
        "128": "assets\/img\/128.png"
    },
    "chrome_url_overrides": {
        "newtab": "data\/interface.html"
    },
    "options_page": "data\/settings.html"
}