Shortcut Manager DELUXE
usage: type 'go' into the search bar.
Shortcut Manager DELUXE란 무엇입니까?
Shortcut Manager DELUXE은(는) Tamir Nakar에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "usage: type 'go' into the search bar."입니다.
확장 프로그램 스크린샷
Shortcut Manager DELUXE 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Navigate the web by typing! Its easy as 1,2,3 ... 1. Define a short-name to your favorite websites. 2. Type go at the address bar, then the short-name of your desired website. 3. Hit ENTER! ___ Shortcut Manager DELUXE is an upgraded version of 'Omnibox Alias' extension (an open source project). The DELUXE version includes some the crucial improvements that grants its users a real value: Features: ---------------------- REMOVE Alias feature. Import and Export aliases feature. Neater Design and Layout Bugfixes ------------------ text overflow bugs
확장 프로그램 기본 정보
이름 | Shortcut Manager DELUXE |
ID | jmiadifgifojmldfpbcllhljdogkapmk |
공식 URL | https://chromewebstore.google.com/detail/shortcut-manager-deluxe/jmiadifgifojmldfpbcllhljdogkapmk |
설명 | usage: type 'go' into the search bar. |
파일 크기 | 89.61 KB |
설치 횟수 | 101 |
현재 버전 | 2.5.6 |
최근 업데이트 | 2024-02-11 |
출시 날짜 | 2020-04-08 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | Tamir Nakar |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shortcut Manager DELUXE", "short_name": "SMD", "description": "usage: type 'go' into the search bar.", "version": "2.5.6", "permissions": [ "storage", "activeTab" ], "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_title": "Shortcut Manager DELUXE", "default_icon": "img\/terminal_16x16.png", "default_popup": "popup.html" }, "omnibox": { "keyword": "go" }, "icons": { "16": "img\/terminal_16x16.png", "48": "img\/terminal_48x48.png", "128": "img\/terminal_128x128.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'" } |