ZenHelper

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

ZenHelper란 무엇입니까?

ZenHelper은(는) https://lwpro2.wordpress.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Upgrade your chrome experience. Leverage on this app to handle tabs and urls navigation."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

ZenHelper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
}