Keyboard Launcher for Studying Aids
Keyboard shortcuts to quickly launch Studying Aids Apps: Quizlet, Brainly.
Keyboard Launcher for Studying Aids क्या है?
Keyboard Launcher for Studying Aids Wallpaper Addons द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keyboard shortcuts to quickly launch Studying Aids Apps: Quizlet, Brainly."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Keyboard Launcher for Studying Aids एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Shortcuts for quick launch Studying Aids keyboard launcher. Add keyboard shortcut commands to quickly Launch Quizlet (Alt + Q), Launch Brainly (Alt + R) This extension will help you access it faster and easier.
एक्सटेंशन की मूल जानकारी
नाम | Keyboard Launcher for Studying Aids |
ID | ahnccfilkampfhbidmegekmngbekakee |
आधिकारिक URL | https://chromewebstore.google.com/detail/keyboard-launcher-for-stu/ahnccfilkampfhbidmegekmngbekakee |
विवरण | Keyboard shortcuts to quickly launch Studying Aids Apps: Quizlet, Brainly. |
फ़ाइल का आकार | 1.5 MB |
स्थापना संख्या | 56 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2019-10-23 |
प्रकाशन तिथि | 2019-10-22 |
डेवलपर | Wallpaper Addons |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://www.wallpaperaddons.com/privacy-policy |
समर्थित भाषाएँ | id,ms,de,en,en-US,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_app_name__", "description": "__MSG_app_description__", "default_locale": "en", "version": "1.0.0", "homepage_url": "https:\/\/keyboard-launcher.freebusinessapps.net\/studying-aids", "manifest_version": 2, "background": { "scripts": [ "js\/common-push-init.js", "js\/common-push.min.js", "js\/background.js" ] }, "permissions": [ "https:\/\/*.freebusinessapps.net\/*", "notifications" ], "browser_action": { "default_icon": "img\/128.png", "default_title": "__MSG_app_name__" }, "icons": { "128": "img\/128.png" }, "commands": { "launch-1": { "suggested_key": { "default": "Alt+Q" }, "description": "Launch Quizlet" }, "launch-2": { "suggested_key": { "default": "Alt+R" }, "description": "Launch Brainly" } } } |