Shiver
'Shiver' (2015), an artwork by Tristan Deratz. Code by Andrew Dodd
Was ist Shiver?
Shiver ist eine Chrome-Erweiterung, die von Tristan Deratz entwickelt wurde, und ihr Hauptmerkmal ist "'Shiver' (2015), an artwork by Tristan Deratz. Code by Andrew Dodd".
Erweiterungsscreenshots
Shiver-Erweiterungs-CRX-Datei herunterladen
Laden Sie Shiver-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Shiver |
ID | dcadlpdmnokdcmpimiafaejgfahommip |
Offizielle URL | https://chromewebstore.google.com/detail/shiver/dcadlpdmnokdcmpimiafaejgfahommip |
Beschreibung | 'Shiver' (2015), an artwork by Tristan Deratz. Code by Andrew Dodd |
Dateigröße | 52.56 KB |
Installationsanzahl | 20 |
Aktuelle Version | 1.0 |
Letztes Update | 2015-10-29 |
Veröffentlichungsdatum | 2015-10-28 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Tristan Deratz |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |