Algorithm to Wizard

Replaces the text 'algorithm(s)' with 'wizard(s)'; based on Cloud To Butt Plus

Algorithm to Wizardคืออะไร?

Algorithm to Wizard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chris และคุณลักษณะหลักของมันคือ "Replaces the text 'algorithm(s)' with 'wizard(s)'; based on Cloud To Butt Plus"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Algorithm to Wizard

ดาวน์โหลดไฟล์ส่วนขยาย 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Algorithm to Wizard Algorithm to Wizard
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"
        }
    ]
}