Anyshortcut
Anyshortcut is a productive browser plugin to help you customize keyboard shortcuts to open frequently visited websites instantly.
Anyshortcut란 무엇입니까?
Anyshortcut은(는) https://anyshortcut.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Anyshortcut is a productive browser plugin to help you customize keyboard shortcuts to open frequently visited websites instantly."입니다.
확장 프로그램 스크린샷
Anyshortcut 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Anyshortcut is a productive browser plugin to help people customize keyboard shortcuts to open their frequently visited websites instantly. It is simple, intuitive and straightforward. You only need a Google account to get started, all your shortcuts are synced everywhere automatically. ====== Version 1.11.1 1. Fix bugs ====== Version 1.10.0 1. Compound shortcut supports alphanumeric as key 2. Show delete popover when delete secondary shortcut 3. Optimize Preferences copywriting, add Github icon 4. Add better compound shortcut bind tips, compound shortcut tour page shortcut examples change to Yahoo and SoundCloud 5. Other bugs fixed
확장 프로그램 기본 정보
이름 | Anyshortcut |
ID | ginilcdjefkbpeelgekodpmmabppcfao |
공식 URL | https://chromewebstore.google.com/detail/anyshortcut/ginilcdjefkbpeelgekodpmmabppcfao |
설명 | Anyshortcut is a productive browser plugin to help you customize keyboard shortcuts to open frequently visited websites instantly. |
파일 크기 | 3.66 MB |
설치 횟수 | 375 |
현재 버전 | 1.11.1 |
최근 업데이트 | 2022-07-12 |
출시 날짜 | 2018-11-08 |
평점 | 4.74/5 총 35 개의 평점 |
개발자 | https://anyshortcut.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://anyshortcut.com |
도움말 페이지 URL | https://anyshortcut.com/faq |
개인정보 보호 정책 페이지 URL | https://anyshortcut.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Anyshortcut", "description": "__MSG_extension_description__", "version": "1.11.1", "default_locale": "en", "browser_action": { "default_icon": { "16": "icon\/icon32.png", "48": "icon\/icon48.png" }, "default_popup": "popup.html", "default_title": "__MSG_popup_default_title__" }, "icons": { "16": "icon\/icon32.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "options_ui": { "page": "popup.html#\/preference", "chrome_style": false }, "background": { "scripts": [ "dist\/background.js" ], "persistent": true }, "permissions": [ "tabs", "activeTab", " |