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
公式URL 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"
    ]
}