TabMark - NewTab Speed Dial Extension

The best replacement for the New Tab page with speed dials & search box

TabMark - NewTab Speed Dial Extensionคืออะไร?

TabMark - NewTab Speed Dial Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tabmark.me และคุณลักษณะหลักของมันคือ "The best replacement for the New Tab page with speed dials & search box"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TabMark - NewTab Speed Dial Extension

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

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

                        Tabmark is a Speed Dial extension for Chrome and the best replacement for your default New Tab page. It gives you fast access to your bookmarked websites which are displayed as thumbnails. There are more than 100 predefined thumbnails (specifically designed for this extension) for popular websites. The overall design is minimalistic flat near to the metro style. You can also use folders to organize your favorite sites in different categories, for instance, Social, Shopping, etc. 

- You can group your dials in folders.
- Searchbox is super easy to use and gives you instant access to several search engines like Google, Bing, Yahoo, Amazon, Wikipedia, Youtube, and name.com. More to come.
- Customize the size of dials, background image, etc.
- Drag and drop your speed dials to rearrange them. 
- Minimal and simple user interface.
- Fast and light! Built exclusively for the chrome browser.
- Import/Export of all data (dials, folders, and settings).
- Sync of all data (dials, folders, and settings).
- Quick access to your downloads and history.
- Support! Write to us with your wishes and suggestions or any problems with Tabmark. We are happy to receive them!
- Please, don't hesitate to give us your feedback at [email protected]                    

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

ชื่อ TabMark - NewTab Speed Dial Extension TabMark - NewTab Speed Dial Extension
ID mklfhpmcnamcncipgjdildbffdjdfdol
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tabmark-newtab-speed-dial/mklfhpmcnamcncipgjdildbffdjdfdol
คำอธิบาย The best replacement for the New Tab page with speed dials & search box
ขนาดไฟล์ 2.72 MB
จำนวนการติดตั้ง 4,554
เวอร์ชันปัจจุบัน 5.0.13
อัปเดตครั้งล่าสุด 2021-03-24
วันที่เผยแพร่ 2021-03-24
คะแนน 4.49/5 รวมทั้งหมด 1686 คะแนน
ผู้พัฒนา https://tabmark.me
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://tabmark.me
ภาษาที่รองรับ de,en,fr,nl,tr,da,es,it,fi,ru,hi,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "TabMark 5",
    "description": "__MSG_extDescription__",
    "version": "5.0.13",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/apis.google.com\/ https:\/\/cdnjs.cloudflare.com\/ 'unsafe-eval'; object-src 'self'",
    "homepage_url": "http:\/\/tabmark.me",
    "background": {
        "page": "index.html?bg"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "16": "img\/16.png",
            "32": "img\/32.png"
        },
        "default_title": "TabMark",
        "default_popup": "index.html?browserAction"
    },
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "48": "img\/48.png",
        "128": "img\/128.png",
        "256": "img\/256.png"
    },
    "permissions": [
        "",
        "management",
        "history",
        "tabs",
        "topSites",
        "unlimitedStorage",
        "sessions",
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html?newtab"
    }
}