GOTO

GOTO helps you navigate through all your most favorite websites.

ما هو GOTO؟

GOTO هو إضافة Chrome تم تطويرها بواسطة Alexis Fasquel، والميزة الرئيسية لها هي "GOTO helps you navigate through all your most favorite websites.".

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

screenshot
screenshot
screenshot

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

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

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

                        GOTO helps you navigate through all your most favorite websites. It allows to create ‘textual’ shortcuts that you can use directly within the url bar.
Check out the website!                    

معلومات أساسية عن التمديد

الاسم GOTO GOTO
ID pljepflhkcffielbfnbbmhhfpekpcjmf
عنوان URL الرسمي https://chromewebstore.google.com/detail/goto/pljepflhkcffielbfnbbmhhfpekpcjmf
الوصف GOTO helps you navigate through all your most favorite websites.
حجم الملف 256 KB
عدد التثبيتات 24
النسخة الحالية 1.0
آخر تحديث 2014-11-30
تاريخ النشر 2014-11-30
تقييم 5.00/5 مجموع تقييمات 3
المطور Alexis Fasquel
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://alexisfasquel.github.io/goto/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GOTO",
    "description": "GOTO helps you navigate through all your most favorite websites.",
    "version": "1.0",
    "author": "Alexis Fasquel ",
    "homepage_url": "http:\/\/alexisfasquel.github.io\/goto",
    "permissions": [
        "tabs",
        "*:\/\/*\/",
        "webRequest",
        "webRequestBlocking",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "res\/goto48.png",
            "48": "res\/goto48.png"
        },
        "default_title": "GoTo",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "res\/goto128.png",
        "48": "res\/goto48.png"
    }
}