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 |
| 公式URL | 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"
}
]
} | |