XKCD Substitutions - COMPLETE
Replaces words and phrases in all web pages according to the XKCD Substitutions comics.
Vad är XKCD Substitutions - COMPLETE?
XKCD Substitutions - COMPLETE är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Replaces words and phrases in all web pages according to the XKCD Substitutions comics.".
Tilläggsskärmbilder
Ladda ner XKCD Substitutions - COMPLETE-förlängningens CRX-fil
Ladda ner XKCD Substitutions - COMPLETE-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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." Grundläggande Information om Tillägg
| Namn | |
| ID | pmjnmockoldbadnfeaddafgjiopknkdj |
| Officiell webbadress | https://chromewebstore.google.com/detail/xkcd-substitutions-comple/pmjnmockoldbadnfeaddafgjiopknkdj |
| Beskrivning | Replaces words and phrases in all web pages according to the XKCD Substitutions comics. |
| Filstorlek | 8.85 KB |
| Antal Installationer | 25 |
| Aktuell Version | 1.0.1 |
| Senast Uppdaterad | 2016-03-03 |
| Publiceringsdatum | 2016-03-03 |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Stödda Språk | 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"
}
]
} | |