Redirect New Tab
This extension redirect New Tab to a specified URL
ما هو Redirect New Tab؟
Redirect New Tab هو إضافة Chrome تم تطويرها بواسطة https://www.amidev.net، والميزة الرئيسية لها هي "This extension redirect New Tab to a specified URL".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Redirect New Tab
قم بتنزيل ملفات الامتداد Redirect New Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
When clicking on "New Tab" go to the redirection page choosed on settings. By default: www.google.com.
Compatible with Chrome version : 57.0.2987.133 (64-bit) معلومات أساسية عن التمديد
| الاسم | |
| ID | ijbmagglfbhfnhdojlbfpedpokfhmoec |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/redirect-new-tab/ijbmagglfbhfnhdojlbfpedpokfhmoec |
| الوصف | This extension redirect New Tab to a specified URL |
| حجم الملف | 264 KB |
| عدد التثبيتات | 15 |
| النسخة الحالية | 1.1 |
| آخر تحديث | 2017-04-13 |
| تاريخ النشر | 2017-04-12 |
| المطور | https://www.amidev.net |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Redirect New Tab",
"description": "This extension redirect New Tab to a specified URL",
"version": "1.1",
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"browser_action": {
"default_icon": "icon_16.png",
"default_popup": "popup.html",
"default_title": "Redirect New Tab"
},
"icons": {
"128": "icon_128.png",
"64": "icon_64.png",
"32": "icon_32.png",
"16": "icon_16.png"
},
"permissions": [
"activeTab",
"tabs",
" | |