Spincles
Glitch Art Code intervention in the Web Browsing sites
什麼是Spincles?
Spincles是由https://dekwilde.wordpress.com開發的Chrome擴展程式,該擴展的主要功能是“Glitch Art Code intervention in the Web Browsing sites”。
擴展截圖
下載Spincles擴展crx文件
下載Spincles擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This is a orignal project design in processing.js and derived to a iOS APP and now to a interactive project to your Chrome Browser. Destroy all the elements in the page that you want glitched. Acess spincles also in your App Store
擴展基本資訊
名稱 | Spincles |
ID | ehggidkmbchgmdignnbjnodgllpcmcng |
官方網址 | https://chromewebstore.google.com/detail/spincles/ehggidkmbchgmdignnbjnodgllpcmcng |
簡介 | Glitch Art Code intervention in the Web Browsing sites |
檔案大小 | 123 KB |
安裝次數 | 834 |
目前版本 | 1.0 |
更新時間 | 2013-06-14 |
上架時間 | 2013-06-14 |
評分 | 4.71/5 共 7 次評分 |
開發者 | https://dekwilde.wordpress.com |
付費類型 | free |
擴展官網 | http://spincles.dekwilde.com.br |
說明頁面URL | http://spincles.dekwilde.com.br |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Spincles", "description": "Glitch Art Code intervention in the Web Browsing sites", "version": "1.0", "icons": { "128": "icon128.png", "48": "icon48.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Spincles", "default_icon": { "19": "icon19.png", "48": "icon48.png" }, "default_popup": "popup.html" } } |