Shiver

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

什麼是Shiver?

Shiver是由Tristan Deratz開發的Chrome擴展程式,該擴展的主要功能是“'Shiver' (2015), an artwork by Tristan Deratz. Code by Andrew Dodd”。

擴展截圖

screenshot

下載Shiver擴展crx文件

下載Shiver擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Shiver Shiver
ID dcadlpdmnokdcmpimiafaejgfahommip
官方網址 https://chromewebstore.google.com/detail/shiver/dcadlpdmnokdcmpimiafaejgfahommip
簡介 'Shiver' (2015), an artwork by Tristan Deratz. Code by Andrew Dodd
檔案大小 52.56 KB
安裝次數 20
目前版本 1.0
更新時間 2015-10-29
上架時間 2015-10-28
評分 5.00/5 共 1 次評分
開發者 Tristan Deratz
付費類型 free
支援的語言 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"
    ]
}