Spincles
Glitch Art Code intervention in the Web Browsing sites
Spincles क्या है?
Spincles https://dekwilde.wordpress.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Glitch Art Code intervention in the Web Browsing sites"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Spincles एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक 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" } } |