MONKNOW New Tab - Personal Dashboard

This is the new tab you are dreaming of. Support website URL group management, data sync, dark theme mode.

MONKNOW New Tab - Personal Dashboardคืออะไร?

MONKNOW New Tab - Personal Dashboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://monknow.com และคุณลักษณะหลักของมันคือ "This is the new tab you are dreaming of. Support website URL group management, data sync, dark theme mode."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MONKNOW New Tab - Personal Dashboard

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

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

                        Features:

• Search & Speed Dial.
• Data Sync, just create an account then all your data will be synced.
• Icon groups, sort your speed dial icons based on your needs.
• Match official icon image automatically when you are adding a custom icon.
• Customize icon, you can upload jpg, png, svg, even gif for your own icon.
• Customize icon layout, you can set icon size, gap, opacity and so on.
• Customize wallpaper, you can upload jpg, png for your own wallpaper.
• Thousands of icons in official icon library.
• Thousands of HD wallpapers in official wallpaper library.
• Display the standby page when you are inactive or every time when you open the new tab.
• Support light theme mode and dark theme mode.
• ToDo gives you focus. 



ABOUT PERMISSIONS:

• Tabs (NECESSARY), When you click the MONKNOW toolbar button, the extension needs this permission to get current tab's URL and title so that you can add this website as an icon to your extension. This is not sent or stored elsewhere.
• Bookmarks (OPTIONAL), To import your browser bookmarks to MONKNOW New Tab, the extension needs this permission to read your bookmark data. This is not sent or stored elsewhere.

For more information on privacy and the security of your data visit https://www.monknow.com/privacy-policy.



HELP & SUGGESTIONS

Email us at [email protected].                    

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

ชื่อ MONKNOW New Tab - Personal Dashboard MONKNOW New Tab - Personal Dashboard
ID lnbjajkbekhkgablenknhapphbdbldeh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/monknow-new-tab-personal/lnbjajkbekhkgablenknhapphbdbldeh
คำอธิบาย This is the new tab you are dreaming of. Support website URL group management, data sync, dark theme mode.
ขนาดไฟล์ 612 KB
จำนวนการติดตั้ง 24,615
เวอร์ชันปัจจุบัน 5.5.0
อัปเดตครั้งล่าสุด 2023-05-14
วันที่เผยแพร่ 2020-05-30
คะแนน 4.73/5 รวมทั้งหมด 381 คะแนน
ผู้พัฒนา https://monknow.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.monknow.com
URL หน้าช่วยเหลือ https://www.monknow.com/contact
URL หน้านโยบายความเป็นส่วนตัว https://www.monknow.com/privacy-policy
ภาษาที่รองรับ de,en,en-GB,en-US,fr,es,pt-PT,ru,hi,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "5.5.0",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_extension_name__",
    "icons": {
        "32": "asset\/icon\/32.png",
        "64": "asset\/icon\/64.png",
        "96": "asset\/icon\/96.png",
        "128": "asset\/icon\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "32": "asset\/icon\/32.png",
            "64": "asset\/icon\/64.png",
            "96": "asset\/icon\/96.png",
            "128": "asset\/icon\/128.png"
        },
        "default_title": "__MSG_extension_name__",
        "default_popup": "asset\/html\/popup.html"
    },
    "description": "__MSG_extension_desc__",
    "chrome_url_overrides": {
        "newtab": "asset\/html\/newtab.html"
    },
    "optional_permissions": [
        "bookmarks"
    ],
    "background": {
        "page": "asset\/html\/background.html",
        "persistent": true
    },
    "permissions": [
        "storage",
        "tabs",
        "*:\/\/*.monknow.com\/*"
    ],
    "minimum_chrome_version": "76"
}