Anyshortcut
Anyshortcut is a productive browser plugin to help you customize keyboard shortcuts to open frequently visited websites instantly.
ما هو Anyshortcut؟
Anyshortcut هو إضافة Chrome تم تطويرها بواسطة https://anyshortcut.com، والميزة الرئيسية لها هي "Anyshortcut is a productive browser plugin to help you customize keyboard shortcuts to open frequently visited websites instantly.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Anyshortcut
قم بتنزيل ملفات الامتداد Anyshortcut بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | https://anyshortcut.com/faq |
عنوان صفحة سياسة الخصوصية | 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", " |