On the blockchain
Adds 'on the blockchain' to the end of every sentence.
Τι είναι το On the blockchain;
Το On the blockchain είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον David Tran, και η κύρια λειτουργία του είναι "Adds 'on the blockchain' to the end of every sentence.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης On the blockchain
Λήψη αρχείων επέκτασης 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" } ] } |