Spincles
Glitch Art Code intervention in the Web Browsing sites
Spinclesคืออะไร?
Spincles เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dekwilde.wordpress.com และคุณลักษณะหลักของมันคือ "Glitch Art Code intervention in the Web Browsing sites"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spincles
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" } } |