URL carousel
Gets information from Google.
Wat is URL carousel?
URL carousel is een Chrome-extensie ontwikkeld door Artem Demo, en de belangrijkste functie is "Gets information from Google.".
Extensie Screenshots
Download het CRX-bestand van de extensie URL carousel
Download URL carousel-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | URL carousel |
ID | imanllkkdigegblfoboikgbokfkffahp |
Officiële URL | https://chromewebstore.google.com/detail/url-carousel/imanllkkdigegblfoboikgbokfkffahp |
Beschrijving | Gets information from Google. |
Bestandsgrootte | 780 KB |
Aantal Installaties | 460 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2017-04-06 |
Publicatiedatum | 2017-04-06 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Artem Demo |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } } |