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 |
官方網址 | 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" } ] } |