XKCD Substitutions - COMPLETE
Replaces words and phrases in all web pages according to the XKCD Substitutions comics.
Τι είναι το XKCD Substitutions - COMPLETE;
Το XKCD Substitutions - COMPLETE είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "Replaces words and phrases in all web pages according to the XKCD Substitutions comics.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης XKCD Substitutions - COMPLETE
Λήψη αρχείων επέκτασης XKCD Substitutions - COMPLETE σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Now 142% more suitable for human consumption with the release of v1.0!
This extension replaces words and phrases in all web pages according to both XKCD Substitutions comics (https://xkcd.com/1288/ and http://xkcd.com/1625/).
While other extensions do exist which implement one or both of these Substitutions, I built this extension for personal use because I felt like some things could be done more intelligently. For instance, this extension will turn "car" into "cat," but it won't turn "cartoon" into "cattoon." Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | pmjnmockoldbadnfeaddafgjiopknkdj |
| Επίσημο URL | https://chromewebstore.google.com/detail/xkcd-substitutions-comple/pmjnmockoldbadnfeaddafgjiopknkdj |
| Περιγραφή | Replaces words and phrases in all web pages according to the XKCD Substitutions comics. |
| Μέγεθος Αρχείου | 8.85 KB |
| Αριθμός Εγκαταστάσεων | 25 |
| Τρέχουσα Έκδοση | 1.0.1 |
| Τελευταία Ενημέρωση | 2016-03-03 |
| Ημερομηνία Δημοσίευσης | 2016-03-03 |
| Προγραμματιστής | Unknown |
| Τύπος Πληρωμής | free |
| Υποστηριζόμενες Γλώσσες | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "XKCD Substitutions - COMPLETE",
"description": "Replaces words and phrases in all web pages according to the XKCD Substitutions comics.",
"version": "1.0.1",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
]
} | |