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" } ] } |