On the blockchain
Adds 'on the blockchain' to the end of every sentence.
On the blockchain란 무엇입니까?
On the blockchain은(는) David Tran에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds 'on the blockchain' to the end of every sentence."입니다.
확장 프로그램 스크린샷
On the blockchain 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Inspired by Erin Griffith and "Millennials to Snake People"! See coverage here: https://bit.ly/on-the-blockchain Warning: Super naive implementation that main ruin all your browsing experience, but don't worry; everything will be preserved on the blockchain! When you've had enough of the blockchain, to disable or uninstall, simply go to Preferences > Extensions > Uncheck "Enable" or hit the "Trash" icon.
확장 프로그램 기본 정보
이름 | On the blockchain |
ID | jieoegmpbhhhdeidanoldbfnghajiehe |
공식 URL | https://chromewebstore.google.com/detail/on-the-blockchain/jieoegmpbhhhdeidanoldbfnghajiehe |
설명 | Adds 'on the blockchain' to the end of every sentence. |
파일 크기 | 24.5 KB |
설치 횟수 | 39 |
현재 버전 | 0.1.3 |
최근 업데이트 | 2018-01-20 |
출시 날짜 | 2018-01-20 |
평점 | 4.80/5 총 5 개의 평점 |
개발자 | David Tran |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/dtran320/on-the-blockchain |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "On the blockchain", "short_name": "On the blockchain", "description": "Adds 'on the blockchain' to the end of every sentence.", "author": "David Tran", "version": "0.1.3", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ] } |