Home Shortcut

Adds a keyboard shortcut for going to a site's home page.

ما هو Home Shortcut؟

Home Shortcut هو إضافة Chrome تم تطويرها بواسطة https://mattw.life، والميزة الرئيسية لها هي "Adds a keyboard shortcut for going to a site's home page.".

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

screenshot
screenshot

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

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

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

                        Tap home when at the top of a page to go to that site's home page. If you aren't at the top of the page, double tap.                    

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

الاسم Home Shortcut Home Shortcut
ID jllalhdceooamgigoemedpmngiaghdkj
عنوان URL الرسمي https://chromewebstore.google.com/detail/home-shortcut/jllalhdceooamgigoemedpmngiaghdkj
الوصف Adds a keyboard shortcut for going to a site's home page.
حجم الملف 18.62 KB
عدد التثبيتات 121
النسخة الحالية 1.0.3
آخر تحديث 2022-05-24
تاريخ النشر 2018-01-24
المطور https://mattw.life
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://mattw.life
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Home Shortcut",
    "version": "1.0.3",
    "description": "Adds a keyboard shortcut for going to a site's home page.",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": [],
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    }
}