Cloud Tabs
Store your opened tabs in the cloud or in local database
ما هو Cloud Tabs؟
Cloud Tabs هو إضافة Chrome تم تطويرها بواسطة https://nyashi.ru، والميزة الرئيسية لها هي "Store your opened tabs in the cloud or in local database".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Cloud Tabs
قم بتنزيل ملفات الامتداد Cloud Tabs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Cloud Tabs allows you to group open browser tabs into a convenient list and save it on your computer or server. This will significantly save memory consumption. In addition, if you save your tabs to the server, you can continue to work with them on any of your devices in any of the supported browsers. Authorization in Cloud Tabs is carried out through social networks. You can attach a text note to each tab.
معلومات أساسية عن التمديد
الاسم | Cloud Tabs |
ID | pfgnopplbjmciehbigoemelahiaabjid |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/cloud-tabs/pfgnopplbjmciehbigoemelahiaabjid |
الوصف | Store your opened tabs in the cloud or in local database |
حجم الملف | 874 KB |
عدد التثبيتات | 179 |
النسخة الحالية | 1.31 |
آخر تحديث | 2020-02-22 |
تاريخ النشر | 2020-02-22 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | https://nyashi.ru |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://m3d.me/index.html?go=cloud-tabs |
عنوان صفحة المساعدة | https://nyashi.ru/app_ext/ext_cloudtabs/help.html |
عنوان صفحة سياسة الخصوصية | https://nyashi.ru/privacy-policy.html |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cloud Tabs", "description": "Store your opened tabs in the cloud or in local database", "version": "1.31", "icons": { "128": "i\/icon128.png", "48": "i\/icon48.png", "16": "i\/icon16.png" }, "permissions": [ "tabs", "https:\/\/nyashi.ru\/*" ], "browser_action": { "default_icon": { "19": "i\/icon19.png", "38": "i\/icon38.png" } }, "background": { "scripts": [ "background.js" ] }, "options_page": "index.html", "content_security_policy": "script-src 'self'; object-src 'self'" } |