Algorithm to Wizard

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

Algorithm to Wizard là gì?

Algorithm to Wizard là một tiện ích mở rộng Chrome được phát triển bởi chris, và tính năng chính của nó là "Replaces the text 'algorithm(s)' with 'wizard(s)'; based on Cloud To Butt Plus".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Algorithm to Wizard

Tải xuống các tệp mở rộng Algorithm to Wizard dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        (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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Algorithm to Wizard Algorithm to Wizard
ID paheefgkiimahbclagfhcnehdiengfkb
URL Chính Thức https://chromewebstore.google.com/detail/algorithm-to-wizard/paheefgkiimahbclagfhcnehdiengfkb
Mô tả Replaces the text 'algorithm(s)' with 'wizard(s)'; based on Cloud To Butt Plus
Kích Thước Tệp 3.7 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2015-08-22
Ngày Phát Hành 2015-08-22
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển chris
Loại Thanh Toán free
Trang Web Mở Rộng http://twitter.com/peteyreplies
URL Trang Trợ Giúp https://github.com/peteyreplies/algorithm-to-wizard
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}