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 拡張機能の基本情報
| 名前 | |
| 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"
}
} | |