Site root

Go to the home page of the current site.

ما هو Site root؟

Site root هو إضافة Chrome تم تطويرها بواسطة baruchlubinsky، والميزة الرئيسية لها هي "Go to the home page of the current site.".

تحميل ملف CRX للإضافة Site root

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

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

                        Return to the home page of the site you are on. 

Useful, for example, when you've just read an article and want to see the site its posted in, or instead of pressing back after viewing a picture gallery that modifies the URL.                    

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

الاسم Site root Site root
ID heljngnjdbpcejgbeigbjmdpdafalgkh
عنوان URL الرسمي https://chrome.google.com/webstore/detail/site-root/heljngnjdbpcejgbeigbjmdpdafalgkh
الوصف Go to the home page of the current site.
حجم الملف 21.93 KB
عدد التثبيتات 21
النسخة الحالية 1.0
آخر تحديث 2014-09-05
تاريخ النشر 2014-09-05
تقييم 5.00/5 مجموع تقييمات 1
المطور baruchlubinsky
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Site root",
    "description": "Go to the home page of the current site.",
    "version": "1.0",
    "background": {
        "scripts": [
            "action.js"
        ]
    },
    "permissions": [
        "tabs",
        "webNavigation"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png",
            "128": "icon128.png"
        }
    }
}