fullURL

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

ما هو fullURL؟

fullURL هو إضافة Chrome تم تطويرها بواسطة http://vietvudanh.github.io، والميزة الرئيسية لها هي "Extension for enter URL in Chrome's fullscreen mode. Press '/', Enter an enjoy!!!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة fullURL

قم بتنزيل ملفات الامتداد fullURL بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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