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是由http://metapiece.com开发的Chrome扩展程序,该扩展的主要功能是“Metapiece lets you use any webpage as the background layer to create your graffiti and show your artwork on top of the webpage.”。
扩展截图
下载Metapiece扩展crx文件
下载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": [] } ] } |