Awesome Duplicate Tab Button
Awesome button to duplicate the current tab in a new Chrome window (or tab).
ما هو Awesome Duplicate Tab Button؟
Awesome Duplicate Tab Button هو إضافة Chrome تم تطويرها بواسطة https://upway2late.com، والميزة الرئيسية لها هي "Awesome button to duplicate the current tab in a new Chrome window (or tab).".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Awesome Duplicate Tab Button
قم بتنزيل ملفات الامتداد Awesome Duplicate Tab Button بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This button duplicates the currently focused Chrome tab. There is an options page to choose whether the duplication occurs in a new tab or in new window option.
معلومات أساسية عن التمديد
الاسم | Awesome Duplicate Tab Button |
ID | haaoemffnfnpnedlepmpblbnpokomdon |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/awesome-duplicate-tab-but/haaoemffnfnpnedlepmpblbnpokomdon |
الوصف | Awesome button to duplicate the current tab in a new Chrome window (or tab). |
حجم الملف | 31.18 KB |
عدد التثبيتات | 487 |
النسخة الحالية | 1.2.0.0 |
آخر تحديث | 2020-12-08 |
تاريخ النشر | 2016-09-22 |
تقييم | 4.50/5 مجموع تقييمات 4 |
المطور | https://upway2late.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://www.upway2late.com/projects/buttons-project |
عنوان صفحة المساعدة | http://www.upway2late.com/projects/buttons-project |
عنوان صفحة سياسة الخصوصية | http://www.upway2late.com |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Awesome Duplicate Tab Button", "version": "1.2.0.0", "description": "Awesome button to duplicate the current tab in a new Chrome window (or tab).", "icons": { "16": "duplicateTab_16.png", "48": "duplicateTab_48.png", "128": "duplicateTab_128.png" }, "background": { "page": "background.html" }, "options_page": "options.html", "browser_action": { "default_icon": "duplicateTab_19.png", "default_title": "Awesome Duplicate Tab Button" }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "manifest_version": 2 } |