URL carousel

Gets information from Google.

URL carousel क्या है?

URL carousel Artem Demo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Gets information from Google."।

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

screenshot

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

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

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

                        Simple extension that showing websites them one by one in single tab.
Useful when you want to use chrome cast of only one tab.
For example, after locking your computer chrome cast will stop casting of whole desktop, but will continue to stream single tab.                    

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

नाम URL carousel URL carousel
ID imanllkkdigegblfoboikgbokfkffahp
आधिकारिक URL https://chromewebstore.google.com/detail/url-carousel/imanllkkdigegblfoboikgbokfkffahp
विवरण Gets information from Google.
फ़ाइल का आकार 780 KB
स्थापना संख्या 460
वर्तमान संस्करण 1.3
अंतिम अपडेट 2017-04-06
प्रकाशन तिथि 2017-04-06
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर Artem Demo
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "URL carousel",
    "version": "1.3",
    "manifest_version": 2,
    "description": "Gets information from Google.",
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "32": "images\/icon32.png",
            "48": "images\/icon48.png"
        },
        "default_title": "URL carousel",
        "default_popup": "PopupView.html"
    },
    "options_ui": {
        "page": "OptionsView.html",
        "chrome_style": false
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}