URL carousel

Gets information from Google.

Vad är URL carousel?

URL carousel är en Chrome-tillägg utvecklad av Artem Demo, och dess huvudfunktion är "Gets information from Google.".

Tilläggsskärmbilder

screenshot

Ladda ner URL carousel-förlängningens CRX-fil

Ladda ner URL carousel-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn URL carousel URL carousel
ID imanllkkdigegblfoboikgbokfkffahp
Officiell webbadress https://chromewebstore.google.com/detail/url-carousel/imanllkkdigegblfoboikgbokfkffahp
Beskrivning Gets information from Google.
Filstorlek 780 KB
Antal Installationer 460
Aktuell Version 1.3
Senast Uppdaterad 2017-04-06
Publiceringsdatum 2017-04-06
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare Artem Demo
Betalningssätt free
Stödda Språk 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"
        ]
    }
}