URL carousel
Gets information from Google.
Was ist URL carousel?
URL carousel ist eine Chrome-Erweiterung, die von Artem Demo entwickelt wurde, und ihr Hauptmerkmal ist "Gets information from Google.".
Erweiterungsscreenshots
URL carousel-Erweiterungs-CRX-Datei herunterladen
Laden Sie URL carousel-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | URL carousel |
ID | imanllkkdigegblfoboikgbokfkffahp |
Offizielle URL | https://chromewebstore.google.com/detail/url-carousel/imanllkkdigegblfoboikgbokfkffahp |
Beschreibung | Gets information from Google. |
Dateigröße | 780 KB |
Installationsanzahl | 460 |
Aktuelle Version | 1.3 |
Letztes Update | 2017-04-06 |
Veröffentlichungsdatum | 2017-04-06 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | Artem Demo |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } } |