Metapiece
Metapiece lets you use any webpage as the background layer to create your graffiti and show your artwork on top of the webpage.
Metapieceคืออะไร?
Metapiece เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://metapiece.com และคุณลักษณะหลักของมันคือ "Metapiece lets you use any webpage as the background layer to create your graffiti and show your artwork on top of the webpage."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Metapiece
ดาวน์โหลดไฟล์ส่วนขยาย Metapiece ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Metapiece = Metaverse + Masterpiece. It is a new way to bring graffiti/mural/meme art to the everyday internet browsing experience. Metapiece lets you use any webpage as the background layer to create your graffiti/mural/meme and show your artwork on top of the webpage. By installing the chrome extension, you can see all artworks that people create on different webpages as you visit the same webpage. ★ Artwork information: You can find the description of the artwork and information of the creator using the extension. ★ NFT minting: You can mint your creation as an NFT. To learn more, please go to https://metapiece.com.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hacphobnbijbgfbobiicgoncnhcpfiim |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/metapiece/hacphobnbijbgfbobiicgoncnhcpfiim |
คำอธิบาย | Metapiece lets you use any webpage as the background layer to create your graffiti and show your artwork on top of the webpage. |
ขนาดไฟล์ | 492 KB |
จำนวนการติดตั้ง | 32 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2021-06-09 |
วันที่เผยแพร่ | 2021-06-03 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | http://metapiece.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://metapiece.com |
URL หน้าช่วยเหลือ | https://support.metapiece.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Metapiece lets you use any webpage as the background layer to create your graffiti and show your artwork on top of the webpage.", "version": "1.1", "manifest_version": 3, "name": "Metapiece", "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": "logo.png" }, "icons": { "128": "logo.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "contentScript.bundle.js" ], "run_at": "document_idle" } ], "permissions": [ "tabs", "storage" ], "devtools_page": "devtools.html", "web_accessible_resources": [ { "resources": [ "icon-128.png", "icon-34.png", "logo.svg", "logo.png", "etherscan.svg" ], "matches": [] } ] } |