Orkify
An ekstenshun ta translate fings into orky
什么是Orkify?
Orkify是由Sam Vlahos开发的Chrome扩展程序,该扩展的主要功能是“An ekstenshun ta translate fings into orky”。
扩展截图
下载Orkify扩展crx文件
下载Orkify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A funny extension that changes text from webpages to read like it was written by an Ork from the Warhammer: 40k universe.
扩展基本信息
名称 | Orkify |
ID | cklbdiemefhkfalgpgafmjeocfnbiikb |
官方URL | https://chromewebstore.google.com/detail/orkify/cklbdiemefhkfalgpgafmjeocfnbiikb |
简介 | An ekstenshun ta translate fings into orky |
文件大小 | 78.65 KB |
安装次数 | 80 |
当前版本 | 1.1 |
更新时间 | 2022-01-20 |
上架时间 | 2022-01-16 |
评分 | 4.00/5 共1次评分 |
开发者 | Sam Vlahos |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/SamV522/MakeItOrky |
帮助页面URL | https://github.com/SamV522/MakeItOrky/issues |
支持的语言 | 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:\/\/*\/*" ] } ] } |