View Devices in New Tab

Changes the new tab page to be a list of tabs open on your other devices.

View Devices in New Tab क्या है?

View Devices in New Tab lgarron द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Changes the new tab page to be a list of tabs open on your other devices."।

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

screenshot

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

crx प्रारूप में View Devices in New Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        If you're signed into Chrome on multiple devices, you can use any device to view a list of tabs that are open on the others. This is easy on mobile, but it can be annoying to view it on desktop (either on the history tab, or by clicking on "Recent tabs" in the settings dropdown).

This changes the new tab page to a simple listing of your tabs on other devices.                    

एक्सटेंशन की मूल जानकारी

नाम View Devices in New Tab View Devices in New Tab
ID openfippajlljagenibphbbpmifdploj
आधिकारिक URL https://chromewebstore.google.com/detail/view-devices-in-new-tab/openfippajlljagenibphbbpmifdploj
विवरण Changes the new tab page to be a list of tabs open on your other devices.
फ़ाइल का आकार 4.44 KB
स्थापना संख्या 438
वर्तमान संस्करण 1.2
अंतिम अपडेट 2023-12-04
प्रकाशन तिथि 2015-10-29
रेटिंग 4.18/5 कुल 11 रेटिंग्स
डेवलपर lgarron
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/lgarron/chrome-devices-in-new-tab
सहायता पृष्ठ URL https://github.com/lgarron/chrome-devices-in-new-tab/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "View Devices in New Tab",
    "description": "Changes the new tab page to be a list of tabs open on your other devices.",
    "version": "1.2",
    "permissions": [
        "sessions",
        "tabs"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}