Websktop Speed Dial

Changes New Tab page to https://websktop.com

Websktop Speed Dialคืออะไร?

Websktop Speed Dial เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://websktop.com และคุณลักษณะหลักของมันคือ "Changes New Tab page to https://websktop.com"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Websktop Speed Dial

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

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

                        Build and customize your own speed dial page with Websktop.

With Websktop you can:
  🏠 Build your own new homepage
  🗂️ Organize your bookmarks
  🖥️ Unleash the power of desktop-like user experience
  🔥 Powerful copy, paste, drag & drop
  ✨ Create multiple Websktops
  🌎 Share Websktops with others
  🎨 Customize backgrounds, icons & more                    

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

ชื่อ Websktop Speed Dial Websktop Speed Dial
ID hmhoefiijgfmodaajchjhehjhpjhekib
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/websktop-speed-dial/hmhoefiijgfmodaajchjhehjhpjhekib
คำอธิบาย Changes New Tab page to https://websktop.com
ขนาดไฟล์ 18.45 MB
จำนวนการติดตั้ง 85
เวอร์ชันปัจจุบัน 1.0.67
อัปเดตครั้งล่าสุด 2023-10-31
วันที่เผยแพร่ 2022-06-05
คะแนน 4.25/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://websktop.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://websktop.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Websktop Speed Dial",
    "version": "1.0.67",
    "manifest_version": 3,
    "description": "Changes New Tab page to https:\/\/websktop.com",
    "homepage_url": "https:\/\/websktop.com",
    "icons": {
        "16": "icons\/favicon-16x16.png",
        "32": "icons\/favicon-32x32.png",
        "96": "icons\/favicon-96x96.png",
        "128": "icons\/favicon-128x128.png",
        "196": "icons\/favicon-196x196.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "chrome_settings_overrides": {
        "homepage": "https:\/\/websktop.com\/"
    },
    "host_permissions": [
        "https:\/\/websktop.com\/*"
    ],
    "externally_connectable": {
        "ids": [
            "hmhoefiijgfmodaajchjhehjhpjhekib"
        ],
        "matches": [
            "https:\/\/websktop.com\/*"
        ]
    },
    "permissions": [
        "storage"
    ],
    "omnibox": {
        "keyword": "w"
    },
    "background": {
        "service_worker": "extension.js"
    }
}