Moly HaH
Hit-a-Hint - surf web with a keyboard
Moly HaH क्या है?
Moly HaH slaypni द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hit-a-Hint - surf web with a keyboard"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Moly HaH एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension provides Hit-a-Hint mode which enables better web browsing experience with your keyboard. You can "click" any hyperlink on your screen by typing a hint - unique characters assigned to each hyperlink. Hints are shown over each hyperlink while Hit-a-Hint mode is activated. You can enter into Hit-a-Hint mode by pressing a keyboard shortcut which is assigned to "E" by default. This extension is aimed to provide the best experience among all of Hit-a-Hint extensions.
एक्सटेंशन की मूल जानकारी
नाम | Moly HaH |
ID | pjoacnohgednppackhamgfalpkffeeek |
आधिकारिक URL | https://chromewebstore.google.com/detail/moly-hah/pjoacnohgednppackhamgfalpkffeeek |
विवरण | Hit-a-Hint - surf web with a keyboard |
फ़ाइल का आकार | 613 KB |
स्थापना संख्या | 922 |
वर्तमान संस्करण | 0.2.15 |
अंतिम अपडेट | 2021-08-28 |
प्रकाशन तिथि | 2019-10-30 |
रेटिंग | 4.93/5 कुल 15 रेटिंग्स |
डेवलपर | slaypni |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/slaypni/MolyHaH |
सहायता पृष्ठ URL | https://twitter.com/slaypni |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.2.15", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "components\/underscore\/underscore-min.js", "scripts\/storage.js", "scripts\/background.js" ], "persistent": false }, "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "styles\/content.css" ], "js": [ "components\/underscore\/underscore-min.js", "scripts\/libs\/hapt.js", "scripts\/content.js" ], "run_at": "document_end", "all_frames": false } ], "permissions": [ "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |