Link Controller
Control Whether Links Open in a New or Current Tab
ما هو Link Controller؟
Link Controller هو إضافة Chrome تم تطويرها بواسطة Daniel Herr، والميزة الرئيسية لها هي "Control Whether Links Open in a New or Current Tab".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Link Controller
قم بتنزيل ملفات الامتداد Link Controller بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The icon shows in which tab links will open, click it for options to toggle it for the current tab or for all tabs.
معلومات أساسية عن التمديد
الاسم | Link Controller |
ID | piphpieodkchnlmjjefbbniabeikafha |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/link-controller/piphpieodkchnlmjjefbbniabeikafha |
الوصف | Control Whether Links Open in a New or Current Tab |
حجم الملف | 10.26 KB |
عدد التثبيتات | 662 |
النسخة الحالية | 2.0.1 |
آخر تحديث | 2016-01-29 |
تاريخ النشر | 2016-01-29 |
تقييم | 4.43/5 مجموع تقييمات 14 |
المطور | Daniel Herr |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://danielherr.github.io/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Daniel Herr", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "D.png", "default_popup": "popup.html", "default_title": "Default" }, "description": "Control Whether Links Open in a New or Current Tab", "homepage_url": "https:\/\/googledrive.com\/host\/0B9_ds1FPyRuZYTFDeE1SNHdPc0E\/", "icons": { "128": "link.png" }, "manifest_version": 2, "name": "Link Controller", "offline_enabled": true, "optional_permissions": [ " |