URL carousel
Gets information from Google.
O que é URL carousel?
URL carousel é uma extensão do Chrome desenvolvida por Artem Demo, e sua principal característica é "Gets information from Google.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão URL carousel
Baixe arquivos de extensão URL carousel no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | URL carousel |
ID | imanllkkdigegblfoboikgbokfkffahp |
URL Oficial | https://chromewebstore.google.com/detail/url-carousel/imanllkkdigegblfoboikgbokfkffahp |
Descrição | Gets information from Google. |
Tamanho do Arquivo | 780 KB |
Contagem de Instalações | 460 |
Versão Atual | 1.3 |
Última Atualização | 2017-04-06 |
Data de Publicação | 2017-04-06 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | Artem Demo |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } } |