Cloud Tabs
Store your opened tabs in the cloud or in local database
Apa itu Cloud Tabs?
Cloud Tabs adalah ekstensi Chrome yang dikembangkan oleh https://nyashi.ru, dan fitur utamanya adalah "Store your opened tabs in the cloud or in local database".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Cloud Tabs
Unduh file ekstensi Cloud Tabs dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Cloud Tabs |
ID | pfgnopplbjmciehbigoemelahiaabjid |
URL Resmi | https://chromewebstore.google.com/detail/cloud-tabs/pfgnopplbjmciehbigoemelahiaabjid |
Deskripsi | Store your opened tabs in the cloud or in local database |
Ukuran File | 874 KB |
Jumlah Instalasi | 179 |
Versi Saat Ini | 1.31 |
Terakhir Diperbarui | 2020-02-22 |
Tanggal Publikasi | 2020-02-22 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | https://nyashi.ru |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://m3d.me/index.html?go=cloud-tabs |
URL Halaman Bantuan | https://nyashi.ru/app_ext/ext_cloudtabs/help.html |
URL Halaman Kebijakan Privasi | https://nyashi.ru/privacy-policy.html |
Bahasa yang Didukung | 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'" } |