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