fullURL

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

什麼是fullURL?

fullURL是由http://vietvudanh.github.io開發的Chrome擴展程式,該擴展的主要功能是“Extension for enter URL in Chrome's fullscreen mode. Press '/', Enter an enjoy!!!”。

擴展截圖

screenshot

下載fullURL擴展crx文件

下載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
官方網址 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"
    }
}