ZenHelper

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

ZenHelperคืออะไร?

ZenHelper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://lwpro2.wordpress.com และคุณลักษณะหลักของมันคือ "Upgrade your chrome experience. Leverage on this app to handle tabs and urls navigation."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ZenHelper

ดาวน์โหลดไฟล์ส่วนขยาย ZenHelper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}