fullURL

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

Wat is fullURL?

fullURL is een Chrome-extensie ontwikkeld door http://vietvudanh.github.io, en de belangrijkste functie is "Extension for enter URL in Chrome's fullscreen mode. Press '/', Enter an enjoy!!!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie fullURL

Download fullURL-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam fullURL fullURL
ID pdjpbbglbjbkfanaoipalojfdeiffenh
Officiële URL https://chrome.google.com/webstore/detail/fullurl/pdjpbbglbjbkfanaoipalojfdeiffenh
Beschrijving Extension for enter URL in Chrome's fullscreen mode. Press '/', Enter an enjoy!!!
Bestandsgrootte 49.53 KB
Aantal Installaties 23
Huidige Versie 1.2
Laatst Bijgewerkt 2015-09-05
Publicatiedatum 2015-09-05
Beoordeling 2.33/5 Totaal 3 Beoordelingen
Ontwikkelaar http://vietvudanh.github.io
Betalingswijze free
Ondersteunde Talen 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"
    }
}