fullURL

Extension for enter URL in Chrome's fullscreen mode. Press '/', Enter an enjoy!!!

fullURLคืออะไร?

fullURL เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://vietvudanh.github.io และคุณลักษณะหลักของมันคือ "Extension for enter URL in Chrome's fullscreen mode. Press '/', Enter an enjoy!!!"

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

screenshot

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

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

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

                        Ever feel desperate in Chrome's fullscreen mode that you cannot use address bar? This small extension will help you.

Press '/' to show the extension.
Press 'Return/Enter' to proceed.
Press 'ESC' to close the bar.

* Custom your own combination key in options
* if you enter a valid URL, i.e: 'google.com', you are good to go!
if you don't, the extension perform a Google search on your text!                    

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

ชื่อ fullURL fullURL
ID pdjpbbglbjbkfanaoipalojfdeiffenh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/fullurl/pdjpbbglbjbkfanaoipalojfdeiffenh
คำอธิบาย Extension for enter URL in Chrome's fullscreen mode. Press '/', Enter an enjoy!!!
ขนาดไฟล์ 49.53 KB
จำนวนการติดตั้ง 23
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2015-09-05
วันที่เผยแพร่ 2015-09-05
คะแนน 2.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา http://vietvudanh.github.io
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "fullURL",
    "short_name": "fullURL",
    "version": "1.2",
    "description": "Extension for enter URL in Chrome's fullscreen mode. Press '\/', Enter an enjoy!!!",
    "author": "Viet Vu",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "third-party\/jquery-1.11.2.min.js",
                "js\/eventPage.js"
            ],
            "css": [
                "css\/main.css"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "options_ui": {
        "page": "html\/option.html",
        "chrome_style": true
    },
    "icons": {
        "16": "icons\/icon.png",
        "32": "icons\/icon.png",
        "48": "icons\/icon.png"
    }
}