Cloud Tabs

Store your opened tabs in the cloud or in local database

Cloud Tabs क्या है?

Cloud Tabs https://nyashi.ru द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Store your opened tabs in the cloud or in local database"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Cloud Tabs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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'"
}