New Domain in New Tab
Open links to new domains in a new tab. Configurable.
ما هو New Domain in New Tab؟
New Domain in New Tab هو إضافة Chrome تم تطويرها بواسطة https://devindodson.com، والميزة الرئيسية لها هي "Open links to new domains in a new tab. Configurable.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة New Domain in New Tab
قم بتنزيل ملفات الامتداد New Domain in New Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Open links that lead to a new domain ( i.e., a new website ) in a new tab. --Features-- * Default Setup : Will open links to new domains in a new tab for all sites after installation. * Quick enable/disable : Find options to enable/disable the extension for the current domain by right-clicking the extension's icon in the browser bar. * Whitelist : Only enable the extension on the specified sites. * Blacklist : Enable the extension for all EXCEPT the specified sites. * Visual indicator : The extension icon will turn blue when the extension is enabled for the current domain, and red when it is disabled.
معلومات أساسية عن التمديد
الاسم | New Domain in New Tab |
ID | nokdeeoiaiicgnonknihiccadnnmpeoh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/new-domain-in-new-tab/nokdeeoiaiicgnonknihiccadnnmpeoh |
الوصف | Open links to new domains in a new tab. Configurable. |
حجم الملف | 190 KB |
عدد التثبيتات | 558 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2017-07-21 |
تاريخ النشر | 2017-07-21 |
تقييم | 3.15/5 مجموع تقييمات 13 |
المطور | https://devindodson.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/trambopoline/new-domain-in-new-tab |
عنوان صفحة المساعدة | https://github.com/trambopoline/new-domain-in-new-tab/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "New Domain in New Tab", "description": "Open links to new domains in a new tab. Configurable.", "version": "1.0.1", "options_page": "options.html", "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "32": "icons\/icon32.png", "38": "icons\/icon38.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "browser_action": [] } |