Magic tabs
Extension which help you to manage tabs and easly recover them
ما هو Magic tabs؟
Magic tabs هو إضافة Chrome تم تطويرها بواسطة Yorki، والميزة الرئيسية لها هي "Extension which help you to manage tabs and easly recover them".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Magic tabs
قم بتنزيل ملفات الامتداد Magic tabs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Magic tabs allow you to save tabs, label them and recover later!
معلومات أساسية عن التمديد
الاسم | |
ID | chliaibldakdhjaimgjpabheepadccfm |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/magic-tabs/chliaibldakdhjaimgjpabheepadccfm |
الوصف | Extension which help you to manage tabs and easly recover them |
حجم الملف | 649 KB |
عدد التثبيتات | 24 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2015-12-16 |
تاريخ النشر | 2015-12-16 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | Yorki |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | pl |
manifest.json | |
{ "manifest_version": 2, "background": { "scripts": [ "library\/jquery.min.js", "background\/background.js" ] }, "browser_action": { "default_icon": "images\/48.png", "default_popup": "popup\/popup.html" }, "content_scripts": [], "description": "Extension which help you to manage tabs and easly recover them", "icons": { "128": "images\/logo.png", "48": "images\/48.png" }, "name": "Magic tabs", "permissions": [ "tabs", "storage", "sessions" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1", "web_accessible_resources": [] } |