Go To Site Home

Adds a button that takes you to the home page of the current site.

ما هو Go To Site Home؟

Go To Site Home هو إضافة Chrome تم تطويرها بواسطة https://sites.google.com/site/crispy12361، والميزة الرئيسية لها هي "Adds a button that takes you to the home page of the current site.".

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

screenshot
screenshot

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

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

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

                        Go To Site Home provides you with a single click button to navigate you to the home page of the site you are browsing. 

I found while browsing many sites, that I want to get back to the home page, and usually that means scrolling back to the top, finding the home icon or URL and clicking on it. Not that it is an extremely complicated process, a one click button that is always located in the same spot make it that much easier. 

Special thanks to http://glyphicons.com/ for the icon used in this extension.                    

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

الاسم Go To Site Home Go To Site Home
ID fchoedkhpdbbhikaabhddigilolgagki
عنوان URL الرسمي https://chromewebstore.google.com/detail/go-to-site-home/fchoedkhpdbbhikaabhddigilolgagki
الوصف Adds a button that takes you to the home page of the current site.
حجم الملف 4.55 KB
عدد التثبيتات 15
النسخة الحالية 1.0.5
آخر تحديث 2014-07-04
تاريخ النشر 2014-07-03
تقييم 5.00/5 مجموع تقييمات 1
المطور https://sites.google.com/site/crispy12361
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Go To Site Home",
    "short_name": "Go To Site Home",
    "description": "Adds a button that takes you to the home page of the current site.",
    "version": "1.0.5",
    "background": {
        "scripts": [
            "sitehome.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "sitehome.png"
    },
    "manifest_version": 2
}