My New Tab
Replace newtab with any url & keep the addres bar clean!
ما هو My New Tab؟
My New Tab هو إضافة Chrome تم تطويرها بواسطة Perfect Things، والميزة الرئيسية لها هي "Replace newtab with any url & keep the addres bar clean!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة My New Tab
قم بتنزيل ملفات الامتداد My New Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Replace your new tab with any url keeping the address bar clean! The html page is injected to an iframe, so there is one requirement: the line below must be placed in of the injected page:This will make the links to open in the top frame and everything should work great!
معلومات أساسية عن التمديد
الاسم | |
ID | mnecfcpcjodmnejjbonbbcoggjincejc |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/my-new-tab/mnecfcpcjodmnejjbonbbcoggjincejc |
الوصف | Replace newtab with any url & keep the addres bar clean! |
حجم الملف | 14.71 KB |
عدد التثبيتات | 43 |
النسخة الحالية | 2.1 |
آخر تحديث | 2015-02-10 |
تاريخ النشر | 2015-02-10 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | Perfect Things |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/tborychowski/mynewtab |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "My New Tab", "version": "2.1", "description": "Replace newtab with any url & keep the addres bar clean!", "manifest_version": 2, "icons": { "128": "img\/128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "homepage_url": "https:\/\/github.com\/tborychowski\/mynewtab", "permissions": [ "tabs", "storage" ], "options_ui": { "page": "settings.html", "chrome_style": true } } |