Orkify
An ekstenshun ta translate fings into orky
Wat is Orkify?
Orkify is een Chrome-extensie ontwikkeld door Sam Vlahos, en de belangrijkste functie is "An ekstenshun ta translate fings into orky".
Extensie Screenshots
Download het CRX-bestand van de extensie Orkify
Download Orkify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A funny extension that changes text from webpages to read like it was written by an Ork from the Warhammer: 40k universe.
Basisinformatie over de Extensie
Naam | Orkify |
ID | cklbdiemefhkfalgpgafmjeocfnbiikb |
Officiële URL | https://chromewebstore.google.com/detail/orkify/cklbdiemefhkfalgpgafmjeocfnbiikb |
Beschrijving | An ekstenshun ta translate fings into orky |
Bestandsgrootte | 78.65 KB |
Aantal Installaties | 80 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2022-01-20 |
Publicatiedatum | 2022-01-16 |
Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Sam Vlahos |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/SamV522/MakeItOrky |
Help Pagina-URL | https://github.com/SamV522/MakeItOrky/issues |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Orkify", "description": "An ekstenshun ta translate fings into orky", "version": "1.1", "manifest_version": 3, "permissions": [], "icons": { "16": "icons\/icon-bitty.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/makeitorky.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "data\/orky.json" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |