Site Home

Brings you to the home page of the current site with the click of a button.

ما هو Site Home؟

Site Home هو إضافة Chrome تم تطويرها بواسطة Jesse Dunlap، والميزة الرئيسية لها هي "Brings you to the home page of the current site with the click of a button.".

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

screenshot

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

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

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

                        Have you ever wished you could get to the home page of a site quickly? Often times, web sites don't make their home page easily or intuitively accessible. With a simple click of the Site Home button, you will be brought to the home URL of the web site you are currently on.                    

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

الاسم Site Home Site Home
ID hgonghcngmmgmbmekheklpjonopaocfi
عنوان URL الرسمي https://chromewebstore.google.com/detail/site-home/hgonghcngmmgmbmekheklpjonopaocfi
الوصف Brings you to the home page of the current site with the click of a button.
حجم الملف 10.03 KB
عدد التثبيتات 102
النسخة الحالية 1.0
آخر تحديث 2012-06-11
تاريخ النشر 2012-06-10
تقييم 5.00/5 مجموع تقييمات 1
المطور Jesse Dunlap
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Site Home",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Brings you to the home page of the current site with the click of a button.",
    "browser_action": {
        "default_icon": "icon48.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}