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文件
下载On the blockchain扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } ] } |