Quick Shortcuts

Since Chrome do not provide an easy way to find everything, this toolbar button lets you find it faster.

Quick Shortcuts란 무엇입니까?

Quick Shortcuts은(는) https://www.esolutions.se에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Since Chrome do not provide an easy way to find everything, this toolbar button lets you find it faster."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Quick Shortcuts 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension adds a new toolbar button with shortcuts to:
* New tab
* Print page with backgrounds
* Extension
* Downloads
* Bookmark manager
* View Page Source
* Settings
* History
* Cookies
* Clear browsing data
* Plug-ins (Flash, Adobe Acrobat, Windows Media Player etc.) 
* Loaded modules
* Memory usage
* Exprerimental features
* Chrome Urls (All Chrome pages)

Since Chrome do not provide an easy way to find everything, this toolbar button lets you find it faster.
It is also easier with icons to quickly find what you are looking for.

This Extension also allows you to print the currently displayed Web Page with background colors and background images                    

확장 프로그램 기본 정보

이름 Quick Shortcuts Quick Shortcuts
ID lcfenihjmbehinmnfmaalmimpednkmnl
공식 URL https://chromewebstore.google.com/detail/quick-shortcuts/lcfenihjmbehinmnfmaalmimpednkmnl
설명 Since Chrome do not provide an easy way to find everything, this toolbar button lets you find it faster.
파일 크기 25.69 KB
설치 횟수 847
현재 버전 1.0.6
최근 업데이트 2017-10-15
출시 날짜 2017-10-15
평점 4.55/5 총 20 개의 평점
개발자 https://www.esolutions.se
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.esolutions.se
개인정보 보호 정책 페이지 URL https://www.esolutions.se/PrivacyPolicy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon48.png"
        },
        "default_popup": "popup.html",
        "default_title": "Quick Shortcuts"
    },
    "offline_enabled": true,
    "description": "Since Chrome do not provide an easy way to find everything, this toolbar button lets you find it faster.",
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Quick Shortcuts",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.0.6"
}