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"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cloud Tabs

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
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'"
}