fullURL

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

fullURL là gì?

fullURL là một tiện ích mở rộng Chrome được phát triển bởi http://vietvudanh.github.io, và tính năng chính của nó là "Extension for enter URL in Chrome's fullscreen mode. Press '/', Enter an enjoy!!!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng fullURL

Tải xuống các tệp mở rộng fullURL dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên fullURL fullURL
ID pdjpbbglbjbkfanaoipalojfdeiffenh
URL Chính Thức https://chrome.google.com/webstore/detail/fullurl/pdjpbbglbjbkfanaoipalojfdeiffenh
Mô tả Extension for enter URL in Chrome's fullscreen mode. Press '/', Enter an enjoy!!!
Kích Thước Tệp 49.53 KB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2015-09-05
Ngày Phát Hành 2015-09-05
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển http://vietvudanh.github.io
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}