Cloud Tabs
Store your opened tabs in the cloud or in local database
什麼是Cloud Tabs?
Cloud Tabs是由https://nyashi.ru開發的Chrome擴展程式,該擴展的主要功能是“Store your opened tabs in the cloud or in local database”。
擴展截圖
下載Cloud Tabs擴展crx文件
下載Cloud Tabs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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 |
說明頁面URL | https://nyashi.ru/app_ext/ext_cloudtabs/help.html |
隱私政策頁面URL | 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'" } |