Shiver

'Shiver' (2015), an artwork by Tristan Deratz. Code by Andrew Dodd

Wat is Shiver?

Shiver is een Chrome-extensie ontwikkeld door Tristan Deratz, en de belangrijkste functie is "'Shiver' (2015), an artwork by Tristan Deratz. Code by Andrew Dodd".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Shiver

Download Shiver-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Shiver Shiver
ID dcadlpdmnokdcmpimiafaejgfahommip
Officiële URL https://chromewebstore.google.com/detail/shiver/dcadlpdmnokdcmpimiafaejgfahommip
Beschrijving 'Shiver' (2015), an artwork by Tristan Deratz. Code by Andrew Dodd
Bestandsgrootte 52.56 KB
Aantal Installaties 20
Huidige Versie 1.0
Laatst Bijgewerkt 2015-10-29
Publicatiedatum 2015-10-28
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Tristan Deratz
Betalingswijze free
Ondersteunde Talen 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"
    ]
}