others to otters
Replaces all instances of 'other' with 'otter'.
Τι είναι το others to otters;
Το others to otters είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον RRM, και η κύρια λειτουργία του είναι "Replaces all instances of 'other' with 'otter'.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης others to otters
Λήψη αρχείων επέκτασης others to otters σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension replaces all instances of the word "other" with the word "otter", to make you smile when you least expect it.
Βασικές Πληροφορίες Επέκτασης
Όνομα | others to otters |
ID | ondpmmfoomodhhlpgibmmjfmbolgngmf |
Επίσημο URL | https://chromewebstore.google.com/detail/others-to-otters/ondpmmfoomodhhlpgibmmjfmbolgngmf |
Περιγραφή | Replaces all instances of 'other' with 'otter'. |
Μέγεθος Αρχείου | 21.25 KB |
Αριθμός Εγκαταστάσεων | 17 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2017-09-12 |
Ημερομηνία Δημοσίευσης | 2017-09-12 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | RRM |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "others to otters", "short_name": "otters", "description": "Replaces all instances of 'other' with 'otter'.", "author": "RRM", "version": "1.1", "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" } ] } |