Orbitum Speed Dial

Adds new start page for empty browser tabs.

Orbitum Speed Dialคืออะไร?

Orbitum Speed Dial เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://orbitum.com และคุณลักษณะหลักของมันคือ "Adds new start page for empty browser tabs."

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

screenshot
screenshot

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

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

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

                        Orbitum Speed Dial is a perfect replacement for the Chrome “new tab“ page: beautiful background images, quick access to your favourite sites, easy customisation options.                    

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

ชื่อ Orbitum Speed Dial Orbitum Speed Dial
ID dbaonaocldpohelilahfhnkmjankmbcc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/orbitum-speed-dial/dbaonaocldpohelilahfhnkmjankmbcc
คำอธิบาย Adds new start page for empty browser tabs.
ขนาดไฟล์ 1.08 MB
จำนวนการติดตั้ง 101,505
เวอร์ชันปัจจุบัน 6.0.0
อัปเดตครั้งล่าสุด 2024-02-29
วันที่เผยแพร่ 2024-02-29
คะแนน 2.82/5 รวมทั้งหมด 205 คะแนน
ผู้พัฒนา https://orbitum.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://orbitum.com/
URL หน้าช่วยเหลือ https://orbitum.com/feedback/
URL หน้านโยบายความเป็นส่วนตัว https://privacy.orbitum.com
ภาษาที่รองรับ en,fr,es,ru,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Orbitum Speed Dial",
    "version": "6.0.0",
    "description": "Adds new start page for empty browser tabs.",
    "default_locale": "en",
    "icons": {
        "16": "resources\/icon16.png",
        "48": "resources\/icon48.png",
        "128": "resources\/icon128.png"
    },
    "host_permissions": [
        "http:\/\/ext.orbitum.com\/*"
    ],
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "app.js",
        "type": "module"
    },
    "chrome_url_overrides": {
        "newtab": "view\/blank.html"
    }
}