Orbitum Speed Dial

Adds new start page for empty browser tabs.

Orbitum Speed Dial란 무엇입니까?

Orbitum Speed Dial은(는) https://orbitum.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds new start page for empty browser tabs."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Orbitum Speed Dial 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}