Shortcuts for Chrome
Navigation menu of Chrome URLs: internal pages of the Google Chrome browser.
Shortcuts for Chrome란 무엇입니까?
Shortcuts for Chrome은(는) https://oss.mobilefirst.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Navigation menu of Chrome URLs: internal pages of the Google Chrome browser."입니다.
확장 프로그램 스크린샷
Shortcuts for Chrome 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Chrome browser navigation is optimized for non-technical users. For users who want to inspect what is happening with indexedDB, service workers, or Bluetooth devices etc., this menu brings shortcuts to those hard-to-find, internal browser pages. This menu lists all Chrome URLs in a single, flat list, configurable menu. This application is free and open-source software, built by Chrome users for Chrome users. ✔️ Pin your favorites on top for fast access ✔️ Drag and drop pinned links to change their order ✔️ Discover hidden browser features you never knew existed ✔️ Automatically matches dark/light mode based on browser setting
확장 프로그램 기본 정보
이름 | Shortcuts for Chrome |
ID | jnmekaomnicdcpgdndekkmojfomifjal |
공식 URL | https://chromewebstore.google.com/detail/shortcuts-for-chrome/jnmekaomnicdcpgdndekkmojfomifjal |
설명 | Navigation menu of Chrome URLs: internal pages of the Google Chrome browser. |
파일 크기 | 129 KB |
설치 횟수 | 5,683 |
현재 버전 | 3.7.0 |
최근 업데이트 | 2023-11-21 |
출시 날짜 | 2019-04-06 |
평점 | 4.45/5 총 20 개의 평점 |
개발자 | https://oss.mobilefirst.me |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://github.com/MobileFirstLLC/shortcuts-for-chrome/issues |
지원되는 언어 | id,ms,de,en,en-GB,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_app_name__", "short_name": "__MSG_app_short_name__", "description": "__MSG_app_desc__", "version": "3.7.0", "offline_enabled": true, "manifest_version": 3, "default_locale": "en", "minimum_chrome_version": "88", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/jnmekaomnicdcpgdndekkmojfomifjal", "permissions": [ "storage", "contextMenus" ], "icons": { "128": "assets\/128x128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "assets\/16x16.png", "24": "assets\/24x24.png", "32": "assets\/32x32.png" }, "default_title": "__MSG_app_short_name__", "default_popup": "popup.html" } } |