SimpleTabOrder
A simple way to control the tab order of the browser.
ما هو SimpleTabOrder؟
SimpleTabOrder هو إضافة Chrome تم تطويرها بواسطة https://blandlifedev.blogspot.com، والميزة الرئيسية لها هي "A simple way to control the tab order of the browser.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة SimpleTabOrder
قم بتنزيل ملفات الامتداد SimpleTabOrder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Simple series number 5! This time its a simple tab order customizer. Features include: - change the placement of new tabs - change the tab to focus on when the active tab closes - event page enabled, only loads when needed Updated changelog is in the extension option pages. -------- Note: Though the extension still in an early stage so there may still be bugs I've missed. Please do feedback when something is not working, better if there are steps to replicate the problem. Thanks :)
معلومات أساسية عن التمديد
الاسم | SimpleTabOrder |
ID | cekafjbmkfofacenifehbglhmajimhjf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/simpletaborder/cekafjbmkfofacenifehbglhmajimhjf |
الوصف | A simple way to control the tab order of the browser. |
حجم الملف | 28.03 KB |
عدد التثبيتات | 4,286 |
النسخة الحالية | 0.5.16 |
آخر تحديث | 2021-06-13 |
تاريخ النشر | 2018-02-13 |
تقييم | 4.15/5 مجموع تقييمات 61 |
المطور | https://blandlifedev.blogspot.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://blandlifedev.blogspot.com/ |
اللغات المدعومة | de,en,ru,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SimpleTabOrder", "version": "0.5.16", "manifest_version": 2, "default_locale": "en", "description": "__MSG_manifest_description__", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "background": { "scripts": [ "tab.js", "bg.js" ], "persistent": false }, "options_page": "options.html" } |