Speed Dial | Bookmarks

Speed Dial | Bookmarks - quick access to your favorites sites.

Speed Dial | Bookmarks란 무엇입니까?

Speed Dial | Bookmarks은(는) Speed Dial에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Speed Dial | Bookmarks - quick access to your favorites sites."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Speed Dial | Bookmarks - app for the Chrome browser, which makes working with bookmarks comfortable and enjoyable. You do not need to re-create bookmarks - after installing the app will automatically transfer all of your bookmarks on your homepage. You can move bookmarks, move, and rename folders and of course use the search which is located on the main page. Watch a short video tutorial, and feel the difference.
Speed Dial | Bookmarks - everything you need at one's fingertips!                    

확장 프로그램 기본 정보

이름 Speed Dial | Bookmarks Speed Dial | Bookmarks
ID anlhakiodmebohjmkbciohpglnjifjaa
공식 URL https://chromewebstore.google.com/detail/speed-dial-bookmarks/anlhakiodmebohjmkbciohpglnjifjaa
설명 Speed Dial | Bookmarks - quick access to your favorites sites.
파일 크기 654 KB
설치 횟수 4,269
현재 버전 4.0.0.9
최근 업데이트 2024-01-20
출시 날짜 2020-03-01
평점 4.15/5 총 39 개의 평점
개발자 Speed Dial
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://dialspeed.xyz/chrome/support/
개인정보 보호 정책 페이지 URL https://cf-privacy.dialspeed.xyz/privacy/policy.html
지원되는 언어 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "sw.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html#newtab"
    },
    "description": "__MSG_app_description__",
    "default_locale": "en",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "104.0.0.0",
    "name": "__MSG_app_name__",
    "short_name": "SpeedDial",
    "options_page": "options.html",
    "permissions": [
        "bookmarks",
        "storage",
        "tabs",
        "alarms",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "version": "4.0.0.9"
}