URL carousel
Gets information from Google.
What is URL carousel?
URL carousel is a Chrome extension developed by Artem Demo, and its main feature is "Gets information from Google.".
Extension Screenshots
Download URL carousel Extension CRX File
Download URL carousel extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | URL carousel |
ID | imanllkkdigegblfoboikgbokfkffahp |
Official URL | https://chromewebstore.google.com/detail/url-carousel/imanllkkdigegblfoboikgbokfkffahp |
Description | Gets information from Google. |
File Size | 780 KB |
Installation Count | 460 |
Current Version | 1.3 |
Last Updated | 2017-04-06 |
Publish Date | 2017-04-06 |
Rating | 3.00/5 Total 2 Ratings |
Developer | Artem Demo |
Payment Type | free |
Supported Languages | 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" ] } } |