Algorithm to Wizard
Replaces the text 'algorithm(s)' with 'wizard(s)'; based on Cloud To Butt Plus
什麼是Algorithm to Wizard?
Algorithm to Wizard是由chris開發的Chrome擴展程式,該擴展的主要功能是“Replaces the text 'algorithm(s)' with 'wizard(s)'; based on Cloud To Butt Plus”。
擴展截圖
下載Algorithm to Wizard擴展crx文件
下載Algorithm to Wizard擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
(should) take(s) instances of the word 'algorithm' and replaces it with 'wizard'.
code here: https://github.com/peteyreplies/algorithm-to-wizard
based on: https://github.com/hank/cloud-to-butt
update 8/20/15: fixed *most* 'an wizard' instances, although still breaking on some formatted ones for reasons that are as yet unclear to me
update 8/22/15: incorporated @s2tephen bug fix 擴展基本資訊
| 名稱 | |
| ID | paheefgkiimahbclagfhcnehdiengfkb |
| 官方網址 | https://chromewebstore.google.com/detail/algorithm-to-wizard/paheefgkiimahbclagfhcnehdiengfkb |
| 簡介 | Replaces the text 'algorithm(s)' with 'wizard(s)'; based on Cloud To Butt Plus |
| 檔案大小 | 3.7 KB |
| 安裝次數 | 19 |
| 目前版本 | 1.3 |
| 更新時間 | 2015-08-22 |
| 上架時間 | 2015-08-22 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | chris |
| 付費類型 | free |
| 擴展官網 | http://twitter.com/peteyreplies |
| 說明頁面URL | https://github.com/peteyreplies/algorithm-to-wizard |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Algorithm to Wizard",
"version": "1.3",
"description": "Replaces the text 'algorithm(s)' with 'wizard(s)'; based on Cloud To Butt Plus",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |