Tab Capture
Organize and store browsing tabs
ما هو Tab Capture؟
Tab Capture هو إضافة Chrome تم تطويرها بواسطة abhijit.seal، والميزة الرئيسية لها هي "Organize and store browsing tabs".
تحميل ملف CRX للإضافة Tab Capture
قم بتنزيل ملفات الامتداد Tab Capture بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Using Tab capture you can record the tabs and open at a later time on any computer. You can also store the record as bookmark. With this extension, you never have to remember an url again or don't have to clutter the bookmark
معلومات أساسية عن التمديد
الاسم | |
ID | dimbnhdhcboeolhledfhoemgldofldnh |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/tab-capture/dimbnhdhcboeolhledfhoemgldofldnh |
الوصف | Organize and store browsing tabs |
حجم الملف | 24.41 KB |
عدد التثبيتات | 58 |
النسخة الحالية | 1.0 |
آخر تحديث | 2015-01-17 |
تاريخ النشر | 2015-01-17 |
المطور | abhijit.seal |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Capture", "version": "1.0", "description": "Organize and store browsing tabs", "permissions": [ "activeTab", "tabs", "storage", "bookmarks" ], "browser_action": { "default_popup": "tabcap.html", "default_title": "TabCapture" }, "icons": { "128": "tabCapture-128.png" }, "manifest_version": 2 } |