Tab Collector
Save current tabs
ما هو Tab Collector؟
Tab Collector هو إضافة Chrome تم تطويرها بواسطة Daniel McSheehy، والميزة الرئيسية لها هي "Save current tabs".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tab Collector
قم بتنزيل ملفات الامتداد Tab Collector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Tab Collector saves open tabs and information on current window, which can easily be accessed later. This will free up memory and ram, and speed up your computer. Saved tabs are stored on your chrome account so they can opened on any/all computers you are logged into. Tab Collector also has night mode support. To collect opened tabs, click on the purple icon on your upper right screen, and on the drop-down menu hit "Save". It will display when you have saved the data, and it can also show each link. By clicking on the save file it will open a new window with all the tabs that were saved. The button night mode will make the current page dark, and will make text at night easier to read. To return the page to normal refresh the page.
معلومات أساسية عن التمديد
الاسم | Tab Collector |
ID | emohfffgmfmhabjcidjoehjplgjnjoif |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/tab-collector/emohfffgmfmhabjcidjoehjplgjnjoif |
الوصف | Save current tabs |
حجم الملف | 26.75 KB |
عدد التثبيتات | 102 |
النسخة الحالية | 1.0 |
آخر تحديث | 2016-12-17 |
تاريخ النشر | 2016-12-17 |
المطور | Daniel McSheehy |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Collector", "description": "Save current tabs", "version": "1.0", "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Collect Tabs.", "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 2 } |