Shiver
'Shiver' (2015), an artwork by Tristan Deratz. Code by Andrew Dodd
Shiverคืออะไร?
Shiver เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tristan Deratz และคุณลักษณะหลักของมันคือ "'Shiver' (2015), an artwork by Tristan Deratz. Code by Andrew Dodd"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shiver
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } |