Tab & URL manager

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

Tab & URL managerคืออะไร?

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

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab & URL manager

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

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

                        You can maximize your screen space, use Chrome in complete full screen by dropping off the address bar and the tab bar.

https://medium.com/@lwpro2/build-a-chrome-extension-to-resume-the-browsing-experience-revolution-2ea1f88af4d4

* 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 term to navigate to any popular search suggestions
* 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

**Keyboard Shortcut:**
 
Windows: Alt+L

Mac: ⌥+L                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Tab & URL manager Tab & URL manager
ID egiemoacchfofdhhlfhkdcacgaopncmi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tab-url-manager/egiemoacchfofdhhlfhkdcacgaopncmi
คำอธิบาย Upgrade your chrome experience. Leverage on this app to handle tabs and urls navigation.
ขนาดไฟล์ 1.91 MB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 0.2.7
อัปเดตครั้งล่าสุด 2020-03-01
วันที่เผยแพร่ 2020-02-29
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://lwpro2.wordpress.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://lwpro2.dev/
URL หน้าช่วยเหลือ https://lwpro2.dev/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab & URL manager",
    "version": "0.2.7",
    "default_locale": "en",
    "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"
    },
    "minimum_chrome_version": "53",
    "browser_action": {
        "default_icon": "img\/zen.png",
        "default_title": "Tab & URL manager",
        "default_popup": "popup.html"
    },
    "author": "lwpro2",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+L",
                "mac": "Alt+L",
                "chromeos": "Alt+L",
                "linux": "Alt+L"
            }
        },
        "_execute_page_action": {
            "suggested_key": {
                "default": "Alt+L",
                "windows": "Alt+L",
                "mac": "Alt+L",
                "chromeos": "Alt+L",
                "linux": "Alt+L"
            }
        }
    },
    "homepage_url": "https:\/\/lwpro2.dev\/",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "history",
        "tabs",
        "storage",
        "http:\/\/suggestqueries.google.com\/*"
    ],
    "short_name ": "Tab and URL address manager"
}