Algorithm to Wizard
Replaces the text 'algorithm(s)' with 'wizard(s)'; based on Cloud To Butt Plus
Τι είναι το Algorithm to Wizard;
Το Algorithm to Wizard είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον chris, και η κύρια λειτουργία του είναι "Replaces the text 'algorithm(s)' with 'wizard(s)'; based on Cloud To Butt Plus".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Algorithm to Wizard
Λήψη αρχείων επέκτασης Algorithm to Wizard σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
(should) take(s) instances of the word 'algorithm' and replaces it with 'wizard'. code here: https://github.com/peteyreplies/algorithm-to-wizard based on: https://github.com/hank/cloud-to-butt update 8/20/15: fixed *most* 'an wizard' instances, although still breaking on some formatted ones for reasons that are as yet unclear to me update 8/22/15: incorporated @s2tephen bug fix
Βασικές Πληροφορίες Επέκτασης
Όνομα | Algorithm to Wizard |
ID | paheefgkiimahbclagfhcnehdiengfkb |
Επίσημο URL | https://chromewebstore.google.com/detail/algorithm-to-wizard/paheefgkiimahbclagfhcnehdiengfkb |
Περιγραφή | Replaces the text 'algorithm(s)' with 'wizard(s)'; based on Cloud To Butt Plus |
Μέγεθος Αρχείου | 3.7 KB |
Αριθμός Εγκαταστάσεων | 19 |
Τρέχουσα Έκδοση | 1.3 |
Τελευταία Ενημέρωση | 2015-08-22 |
Ημερομηνία Δημοσίευσης | 2015-08-22 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | chris |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://twitter.com/peteyreplies |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/peteyreplies/algorithm-to-wizard |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Algorithm to Wizard", "version": "1.3", "description": "Replaces the text 'algorithm(s)' with 'wizard(s)'; based on Cloud To Butt Plus", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |