ZenHelper
Upgrade your chrome experience. Leverage on this app to handle tabs and urls navigation.
ZenHelper क्या है?
ZenHelper https://lwpro2.wordpress.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Upgrade your chrome experience. Leverage on this app to handle tabs and urls navigation."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ZenHelper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This app will help you to fully enjoy chrome in Zen mode. You can maximize your screen space, use Chrome in complete full screen mode, and drop off the tab bar and the address bar. You can leave to this app handling the tab and url address. Keyboard Shortcut: Windows: Alt+L Mac: ⌥+L Features: type a URL followed by enter to visit the specified address type a term followed by enter to search the term (the search engine is configurable) type a keyword to navigate to any mapped URL (the map is configurable) type a term to navigate to any open tabs type a term to get the likely result you would like to visit Configurations: change the search engine from the options page configure the keyword and URL mapping
एक्सटेंशन की मूल जानकारी
नाम | ZenHelper |
ID | odpfhihammejhokpbbkbhlmhnoipglmc |
आधिकारिक URL | https://chromewebstore.google.com/detail/zenhelper/odpfhihammejhokpbbkbhlmhnoipglmc |
विवरण | Upgrade your chrome experience. Leverage on this app to handle tabs and urls navigation. |
फ़ाइल का आकार | 2.02 MB |
स्थापना संख्या | 74 |
वर्तमान संस्करण | 0.2.0 |
अंतिम अपडेट | 2020-01-08 |
प्रकाशन तिथि | 2020-01-01 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | https://lwpro2.wordpress.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ZenHelper", "short_name ": "Tab and URL address manager", "version": "0.2.0", "description": "Upgrade your chrome experience. Leverage on this app to handle tabs and urls navigation.", "icons": { "16": "img\/zen.png", "48": "img\/zen.png", "128": "img\/zen.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Alt+L", "mac": "Alt+L" } } }, "browser_action": { "default_icon": "img\/zen.png", "default_title": "Zenity ... Tab & Address manager", "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "history", "tabs", "storage" ], "homepage_url": "http:\/\/lwpro2.wordpress.com\/", "default_locale": "en" } |