MetaLens Extension
MetaLens is the comment section of the Metanet.
MetaLens Extension란 무엇입니까?
MetaLens Extension은(는) http://allaboard.cash에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "MetaLens is the comment section of the Metanet."입니다.
확장 프로그램 스크린샷
MetaLens Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Comment Section of the Metanet. MetaLens allows anyone to comment on any url. The comments are stored on the Bitcoin SV blockchain. All comments are funded by a public faucet, so you don't need BSV or even a wallet to participate.
확장 프로그램 기본 정보
이름 | |
ID | odoinflckdonpofihlicjjknlgnhhaem |
공식 URL | https://chrome.google.com/webstore/detail/metalens-extension/odoinflckdonpofihlicjjknlgnhhaem |
설명 | MetaLens is the comment section of the Metanet. |
파일 크기 | 67.89 KB |
설치 횟수 | 143 |
현재 버전 | 0.1.16 |
최근 업데이트 | 2019-04-02 |
출시 날짜 | 2019-04-02 |
평점 | 4.40/5 총 5 개의 평점 |
개발자 | http://allaboard.cash |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://metalens.allaboard.cash |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background.persistent": false, "incognito": "not_allowed", "offline_enabled": false, "version_name": "0.1.16", "manifest_version": 2, "name": "MetaLens Extension", "short_name": "MetaLens", "description": "MetaLens is the comment section of the Metanet.", "homepage_url": "https:\/\/metalens.allaboard.cash", "version": "0.1.16", "icons": { "16": "assets\/images\/logo\/icon-16.png", "48": "assets\/images\/logo\/icon-48.png", "128": "assets\/images\/logo\/icon-128.png" }, "permissions": [ "storage", "activeTab", "https:\/\/metalens.allaboard.cash\/*", "tabs" ], "browser_action": { "default_icon": "assets\/images\/logo\/icon-128.png", "default_popup": "popup\/popup.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+Shift+D", "mac": "Alt+Shift+D" } } }, "background": { "scripts": [ "background\/background.js" ] }, "options_page": "options\/options.html", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self' https:\/\/metalens.allaboard.cash\/*" } |