Anyshortcut
Anyshortcut is a productive browser plugin to help you customize keyboard shortcuts to open frequently visited websites instantly.
Anyshortcut क्या है?
Anyshortcut https://anyshortcut.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Anyshortcut is a productive browser plugin to help you customize keyboard shortcuts to open frequently visited websites instantly."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Anyshortcut एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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", " |