Shiver

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

Shiver là gì?

Shiver là một tiện ích mở rộng Chrome được phát triển bởi Tristan Deratz, và tính năng chính của nó là "'Shiver' (2015), an artwork by Tristan Deratz. Code by Andrew Dodd".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Shiver

Tải xuống các tệp mở rộng Shiver dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Shiver Shiver
ID dcadlpdmnokdcmpimiafaejgfahommip
URL Chính Thức https://chromewebstore.google.com/detail/shiver/dcadlpdmnokdcmpimiafaejgfahommip
Mô tả 'Shiver' (2015), an artwork by Tristan Deratz. Code by Andrew Dodd
Kích Thước Tệp 52.56 KB
Số Lần Cài Đặt 20
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-10-29
Ngày Phát Hành 2015-10-28
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Tristan Deratz
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}