OmniTab New Tab

Free to define your new tab,add website icons,HD wallpapers,quick access to bookmarks,todo list,weather and history

OmniTab New Tabคืออะไร?

OmniTab New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย omninewtab และคุณลักษณะหลักของมันคือ "Free to define your new tab,add website icons,HD wallpapers,quick access to bookmarks,todo list,weather and history"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OmniTab New Tab

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

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

                        OmniTab is a new tab page beyond infinite possibilities, which can be customized with a high degree of freedom.

OmniTab strives to create excellent interaction and a perfect UI interface, which not only provides rich functions, but also is easy to use, and can be customized with a high degree of freedom, allowing you to say goodbye to dull and uninteresting native tab pages and enjoy the personalization that OmniTab brings to you. OmniTab will redefine your new tab.

With OmniTab, you get the following features:

Highly Liberalized Edit
40+ setting options are provided, the layout can be freely customized, and your new tab page is up to you.

Easily Manage Frequently Used Websites
Integrate thousands of commonly used websites, add them with one click, and manage them in batches.

HD & Exquisite Wallpaper Change at Will
Built-in massive HD wallpapers, you can also upload your favorite wallpapers to make your new tab page pleasing to the eye.

Super Navigation
Your can add most frequently used websites to the quick navigation at the bottom, one-click quick access to improve efficiency.

High-efficiency Functional Modules
Built-in multiple functional modules , including history, bookmark management, to-do lists, etc., Improve productivity.

Featured Group
You can add different groups according to your habits, and you can place website shortcut icons under each group to improve work efficiency.

Search Engine Customization
It integrates multiple mainstream search engines, such as google, Baidu, bing, yandex, etc., which can be switched and used arbitrarily according to your own needs, and it can be intelligently associated with search.

Cloud Data Backup
Sign up for an OmniTab account with an email address, enjoy cloud backup and multi-terminal synchronization, and ensure that data will never be lost.                    

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

ชื่อ OmniTab New Tab OmniTab New Tab
ID iaeoemccgmgnhaecndocohbaibjlbogl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/omnitab-new-tab/iaeoemccgmgnhaecndocohbaibjlbogl
คำอธิบาย Free to define your new tab,add website icons,HD wallpapers,quick access to bookmarks,todo list,weather and history
ขนาดไฟล์ 1.27 MB
จำนวนการติดตั้ง 1,153
เวอร์ชันปัจจุบัน 1.2.2
อัปเดตครั้งล่าสุด 2022-10-10
วันที่เผยแพร่ 2022-05-26
คะแนน 5.00/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา omninewtab
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.omnitab.link/help
ภาษาที่รองรับ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "default_locale": "en",
    "version": "1.2.2",
    "description": "__MSG_description__",
    "background": {
        "service_worker": "background.js"
    },
    "manifest_version": 3,
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": "assets\/logo\/logo_x48.png"
    },
    "chrome_url_overrides": {
        "newtab": "newTab\/newTab.html"
    },
    "icons": {
        "16": "assets\/logo\/logo_x16.png",
        "48": "assets\/logo\/logo_x48.png",
        "128": "assets\/logo\/logo_x128.png"
    },
    "optional_permissions": [
        "notifications",
        "history",
        "bookmarks"
    ],
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/www.baidu.com\/",
        "https:\/\/www.google.com\/"
    ]
}