Speed Dial Quantum

Minimal speed-dial extension with support for keyboard shortcuts & importing Speed Dial pages

Speed Dial Quantum란 무엇입니까?

Speed Dial Quantum은(는) Abdullah Alansari에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Minimal speed-dial extension with support for keyboard shortcuts & importing Speed Dial pages"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Minimal speed-dial extension with support for keyboard shortcuts & importing Speed Dial pages.                    

확장 프로그램 기본 정보

이름 Speed Dial Quantum Speed Dial Quantum
ID fadmmkodlffpamiglnmodpkmbpalbkmp
공식 URL https://chromewebstore.google.com/detail/speed-dial-quantum/fadmmkodlffpamiglnmodpkmbpalbkmp
설명 Minimal speed-dial extension with support for keyboard shortcuts & importing Speed Dial pages
파일 크기 196 KB
설치 횟수 82
현재 버전 1.0.1
최근 업데이트 2019-03-02
출시 날짜 2019-03-02
개발자 Abdullah Alansari
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Ahimta/speed-dial-quantum
도움말 페이지 URL https://github.com/Ahimta/speed-dial-quantum
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Speed Dial Quantum",
    "short_name": "Speed Dial",
    "description": "Minimal speed-dial extension with support for keyboard shortcuts & importing Speed Dial pages",
    "homepage_url": "https:\/\/github.com\/Ahimta\/speed-dial-quantum",
    "author": "Abdullah Alansari",
    "version": "1.0.1",
    "permissions": [
        "topSites",
        "storage",
        "tabs",
        "activeTab",
        "unlimitedStorage",
        ""
    ],
    "background": {
        "scripts": [
            "dist\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dist\/content.js"
            ]
        }
    ],
    "chrome_url_overrides": {
        "newtab": "src\/views\/newtab.html"
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": "icons\/icon.png",
        "default_title": "Speed Dial",
        "default_popup": "src\/views\/popup.html",
        "show_matches": [
            ""
        ]
    },
    "applications": {
        "gecko": {
            "id": "{71ec5708-2489-11e8-8697-87e8af1da1d9}",
            "strict_min_version": "56.0"
        }
    },
    "icons": {
        "48": "icons\/icon.png",
        "64": "icons\/[email protected]",
        "96": "icons\/[email protected]"
    }
}