Shiver
'Shiver' (2015), an artwork by Tristan Deratz. Code by Andrew Dodd
Apa itu Shiver?
Shiver adalah ekstensi Chrome yang dikembangkan oleh Tristan Deratz, dan fitur utamanya adalah "'Shiver' (2015), an artwork by Tristan Deratz. Code by Andrew Dodd".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Shiver
Unduh file ekstensi Shiver dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Shiver |
ID | dcadlpdmnokdcmpimiafaejgfahommip |
URL Resmi | https://chromewebstore.google.com/detail/shiver/dcadlpdmnokdcmpimiafaejgfahommip |
Deskripsi | 'Shiver' (2015), an artwork by Tristan Deratz. Code by Andrew Dodd |
Ukuran File | 52.56 KB |
Jumlah Instalasi | 20 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2015-10-29 |
Tanggal Publikasi | 2015-10-28 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Tristan Deratz |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |