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”。

扩展截图

screenshot
screenshot
screenshot

下载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 Spincles
ID ehggidkmbchgmdignnbjnodgllpcmcng
官方URL 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"
    }
}