Url Slideshow
Turns your browser into a slideshow of URLs. - Using just one tab for all URLs for minimal memory/resource footprint - You can…
O que é Url Slideshow?
Url Slideshow é uma extensão do Chrome desenvolvida por Proddi, e sua principal característica é "Turns your browser into a slideshow of URLs. - Using just one tab for all URLs for minimal memory/resource footprint - You can…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Url Slideshow
Baixe arquivos de extensão Url Slideshow 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
Turns your browser into a slideshow of URLs. - Using just one tab for all URLs for minimal memory/resource footprint - You can switch the tab without get intercept from the slideshow - Easy contextMenu navigation for adding/removing/showing - Fullscreen- / Autostart-feature for automation - Also perfect to run on a Raspberry PI :) https://github.com/proddi/urlslideshow
Informações Básicas da Extensão
Nome | Url Slideshow |
ID | pdblffiahfjjldpkngdpaegghhamefam |
URL Oficial | https://chromewebstore.google.com/detail/url-slideshow/pdblffiahfjjldpkngdpaegghhamefam |
Descrição | Turns your browser into a slideshow of URLs. - Using just one tab for all URLs for minimal memory/resource footprint - You can… |
Tamanho do Arquivo | 47.35 KB |
Contagem de Instalações | 42,887 |
Versão Atual | 0.5.0 |
Última Atualização | 2016-07-13 |
Data de Publicação | 2016-07-13 |
Classificação | 4.59/5 Total de 17 Avaliações |
Desenvolvedor | Proddi |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/proddi/urlslideshow |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Url Slideshow", "author": "[email protected]", "homepage_url": "https:\/\/github.com\/proddi\/urlslideshow", "version": "0.5.0", "manifest_version": 2, "icons": { "16": "icons\/slideshow-24.png", "48": "icons\/slideshow-48.png", "128": "icons\/slideshow-128.png" }, "browser_action": { "default_icon": { "19": "icons\/slideshow-24.png", "38": "icons\/slideshow-48.png" }, "default_title": "Start\/Stop the show..." }, "options_ui": { "page": "html\/options.html", "chrome_style": true }, "background": { "scripts": [ "js\/SlideShow.js", "js\/background.js" ], "persistent": true }, "permissions": [ "contextMenus", "tabs" ] } |