Custom Chrome Shortcut Manager
To use, type 'go' into the search bar.
Custom Chrome Shortcut Manager란 무엇입니까?
Custom Chrome Shortcut Manager은(는) https://swsmith.cc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "To use, type 'go' into the search bar."입니다.
확장 프로그램 스크린샷
Custom Chrome Shortcut Manager 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
**New in Version 1.1.0** Ability to remove individual shortcuts! Define shortcuts to enter in the search bar! This makes getting to your favorite sites a breeze. Simply add an alias to url pairing in the configuration window, then type 'go' in the search bar. Press tab and enter the alias of the website you want to visit. You're then directed the website. As an added bonus, Omnibox Alias does math. Simply type in a math expression to the search box and it'll suggest the rest.
확장 프로그램 기본 정보
이름 | Custom Chrome Shortcut Manager |
ID | ijihchgjhagfhdkhagnmlebpepjlecml |
공식 URL | https://chromewebstore.google.com/detail/custom-chrome-shortcut-ma/ijihchgjhagfhdkhagnmlebpepjlecml |
설명 | To use, type 'go' into the search bar. |
파일 크기 | 202 KB |
설치 횟수 | 1,913 |
현재 버전 | 1.1.1 |
최근 업데이트 | 2022-05-25 |
출시 날짜 | 2020-05-04 |
평점 | 3.23/5 총 13 개의 평점 |
개발자 | https://swsmith.cc |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://sean-smith.github.io/chromeshortcuts/index.html |
도움말 페이지 URL | https://github.com/sean-smith/chrome_shortcuts/issues |
개인정보 보호 정책 페이지 URL | https://seanssmith.net/copyright.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Custom Chrome Shortcut Manager", "short_name": "Omnibox Alias", "description": "To use, type 'go' into the search bar.", "version": "1.1.1", "permissions": [ "storage", "activeTab" ], "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_title": "Omnibox Alias", "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'" } |