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文件
下載Anyshortcut擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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", " |