Shiver
'Shiver' (2015), an artwork by Tristan Deratz. Code by Andrew Dodd
O que é Shiver?
Shiver é uma extensão do Chrome desenvolvida por Tristan Deratz, e sua principal característica é "'Shiver' (2015), an artwork by Tristan Deratz. Code by Andrew Dodd".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Shiver
Baixe arquivos de extensão Shiver 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
Shiver is an artwork in the form of a Chrome Extension. A web browser is frequently the portal to the world beyond our immediate senses. Constantly searching a rolling news feed for several keywords, Shiver responds aesthetically when a keyword occurs. These keywords are associated with moments of unspeakable violence and terror. This response may break our attention for a moment, in the place where our eyes are so often focused, not to teach nor tell, but to create an aesthetic moment that gestures to the hard cold of the world beyond us.
Informações Básicas da Extensão
Nome | Shiver |
ID | dcadlpdmnokdcmpimiafaejgfahommip |
URL Oficial | https://chromewebstore.google.com/detail/shiver/dcadlpdmnokdcmpimiafaejgfahommip |
Descrição | 'Shiver' (2015), an artwork by Tristan Deratz. Code by Andrew Dodd |
Tamanho do Arquivo | 52.56 KB |
Contagem de Instalações | 20 |
Versão Atual | 1.0 |
Última Atualização | 2015-10-29 |
Data de Publicação | 2015-10-28 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Tristan Deratz |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shiver", "manifest_version": 2, "version": "1.0", "description": "'Shiver' (2015), an artwork by Tristan Deratz. Code by Andrew Dodd", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "js": [ "jquery.min.js", "background.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "permissions": [ "http:\/\/rss.nytimes.com\/services\/xml\/rss\/nyt\/InternationalHome.xml", "https:\/\/rss.nytimes.com\/services\/xml\/rss\/nyt\/InternationalHome.xml", "http:\/\/feeds.reuters.com\/Reuters\/worldNews?format=xml", "https:\/\/feeds.reuters.com\/Reuters\/worldNews?format=xml" ] } |