ZenHelper

Upgrade your chrome experience. Leverage on this app to handle tabs and urls navigation.

Qu'est-ce que ZenHelper ?

ZenHelper est une extension Chrome développée par https://lwpro2.wordpress.com, et sa fonction principale est "Upgrade your chrome experience. Leverage on this app to handle tabs and urls navigation.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension ZenHelper

Téléchargez les fichiers d'extension ZenHelper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom ZenHelper ZenHelper
ID odpfhihammejhokpbbkbhlmhnoipglmc
URL Officiel https://chromewebstore.google.com/detail/zenhelper/odpfhihammejhokpbbkbhlmhnoipglmc
Description Upgrade your chrome experience. Leverage on this app to handle tabs and urls navigation.
Taille du Fichier 2.02 MB
Nombre d'Installations 74
Version Actuelle 0.2.0
Dernière Mise à Jour 2020-01-08
Date de Publication 2020-01-01
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://lwpro2.wordpress.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}