Tab Archiver
This extension archives tabs!
ما هو Tab Archiver؟
Tab Archiver هو إضافة Chrome تم تطويرها بواسطة Serdar Kuzucu، والميزة الرئيسية لها هي "This extension archives tabs!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tab Archiver
قم بتنزيل ملفات الامتداد Tab Archiver بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Save your browser's current state and return back to it whenever you want! In other words, this extension saves and closes your currently open tabs to a list. Then, you can open all of those tabs by a single click!
معلومات أساسية عن التمديد
الاسم | Tab Archiver |
ID | ofnhceaedgdmdceeokcadkkndfpclepb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/tab-archiver/ofnhceaedgdmdceeokcadkkndfpclepb |
الوصف | This extension archives tabs! |
حجم الملف | 90.24 KB |
عدد التثبيتات | 406 |
النسخة الحالية | 1.1 |
آخر تحديث | 2015-01-07 |
تاريخ النشر | 2015-01-07 |
تقييم | 4.31/5 مجموع تقييمات 13 |
المطور | Serdar Kuzucu |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Archiver", "short_name": "Tab Archiver", "description": "This extension archives tabs!", "version": "1.1", "author": "Serdar Kuzucu", "permissions": [ "tabs", "storage" ], "browser_action": { "default_icon": "img\/logo_16.png", "default_popup": "popup.html", "default_title": "Tab Archiver" }, "background": { "scripts": [ "js\/background.js" ] }, "icons": { "16": "img\/logo_16.png", "48": "img\/logo_48.png", "128": "img\/logo_128.png" } } |