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"입니다.
확장 프로그램 스크린샷
Shiver 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" ] } |