Fast Dial

Fast Dial for «Google Chrome» - Visual bookmarks for new tab.

Fast Dial란 무엇입니까?

Fast Dial은(는) fastdialdev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fast Dial for «Google Chrome» - Visual bookmarks for new tab."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Fast Dial for Google Chrome based on the idea Fast Dial for Mozilla Firefox.

Features:
1) Sync your bookmarks;
2) Manage your bookmarks;
3) Drag-n-Drop thumbnails to change  order;
4) Moving between folders thumbnails while pressing ;
5) Add new bookmarks to the Fast Dial from the context menu;
6) Group bookmarks in sub-folders;
7) Change properties of bookmarks;
8) Run, remove, enable, disable and change settings a chrome applications;
9) Set the background of the page from file;
10) Set a thumbnail logo from file;                    

확장 프로그램 기본 정보

이름 Fast Dial Fast Dial
ID fdnbdgmkhikelgaohpgdpcecklddmpaj
공식 URL https://chromewebstore.google.com/detail/fast-dial/fdnbdgmkhikelgaohpgdpcecklddmpaj
설명 Fast Dial for «Google Chrome» - Visual bookmarks for new tab.
파일 크기 571 KB
설치 횟수 27,233
현재 버전 1.1.1
최근 업데이트 2021-09-12
출시 날짜 2019-12-21
평점 4.00/5 총 415 개의 평점
개발자 fastdialdev
이메일 [email protected]
결제 유형 free
지원되는 언어 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appName__",
    "version": "1.1.1",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "options_page": "options.html",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "fastdial.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Fast Dial",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "optional_permissions": [
        "background"
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "bookmarks",
        "storage",
        "unlimitedStorage",
        "topSites",
        "management",
        "contextMenus",
        ""
    ],
    "web_accessible_resources": [
        "fastdial.html"
    ]
}