fullURL

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

Qu'est-ce que fullURL ?

fullURL est une extension Chrome développée par http://vietvudanh.github.io, et sa fonction principale est "Extension for enter URL in Chrome's fullscreen mode. Press '/', Enter an enjoy!!!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension fullURL

Téléchargez les fichiers d'extension fullURL au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom fullURL fullURL
ID pdjpbbglbjbkfanaoipalojfdeiffenh
URL Officiel https://chrome.google.com/webstore/detail/fullurl/pdjpbbglbjbkfanaoipalojfdeiffenh
Description Extension for enter URL in Chrome's fullscreen mode. Press '/', Enter an enjoy!!!
Taille du Fichier 49.53 KB
Nombre d'Installations 23
Version Actuelle 1.2
Dernière Mise à Jour 2015-09-05
Date de Publication 2015-09-05
Évaluation 2.33/5 Total 3 Évaluations
Développeur http://vietvudanh.github.io
Type de Paiement free
Langues Prises en Charge 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"
    }
}