My Home Button
Add Home button to the Toolbar
ما هو My Home Button؟
My Home Button هو إضافة Chrome تم تطويرها بواسطة art، والميزة الرئيسية لها هي "Add Home button to the Toolbar".
تحميل ملف CRX للإضافة My Home Button
قم بتنزيل ملفات الامتداد My Home Button بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | lmnafldoomophgfeegfijmomfghmhhfe |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/my-home-button/lmnafldoomophgfeegfijmomfghmhhfe |
الوصف | Add Home button to the Toolbar |
حجم الملف | 19.16 KB |
عدد التثبيتات | 112 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2015-07-30 |
تاريخ النشر | 2015-07-30 |
تقييم | 3.60/5 مجموع تقييمات 5 |
المطور | art |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "128": "icon_128.png", "48": "icon_48.png", "32": "icon_32.png", "16": "icon_16.png" }, "default_title": "Home" }, "icons": { "128": "icon_128.png", "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png" }, "manifest_version": 2, "name": "My Home Button", "description": "Add Home button to the Toolbar", "permissions": [ "tabs" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0" } |