TabRecall
Store and organize your browsing sessions
ما هو TabRecall؟
TabRecall هو إضافة Chrome تم تطويرها بواسطة ramchan5916، والميزة الرئيسية لها هي "Store and organize your browsing sessions".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة TabRecall
قم بتنزيل ملفات الامتداد TabRecall بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
With TabRecall you can create profiles of the pages you often visit. For example organizing them by categories e.g. your social media, email pages, video streaming sites, etc. You can reopen them by selecting the desired profile and TabRecall will bring all your saved tabs to the same or new window. Organizing your browsing sessions was never that easy until now.
معلومات أساسية عن التمديد
الاسم | TabRecall |
ID | jigeoabeodiakeocihgcppapnfikpaad |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/tabrecall/jigeoabeodiakeocihgcppapnfikpaad |
الوصف | Store and organize your browsing sessions |
حجم الملف | 56.58 KB |
عدد التثبيتات | 67 |
النسخة الحالية | 0.4 |
آخر تحديث | 2016-11-04 |
تاريخ النشر | 2016-11-03 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | ramchan5916 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TabRecall", "description": "Store and organize your browsing sessions", "version": "0.4", "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+Shift+A", "windows": "Alt+Shift+A", "mac": "Alt+Shift+A", "chromeos": "Alt+Shift+A", "linux": "Alt+Shift+A" } } }, "permissions": [ "storage", "tabs" ] } |