Programming to Googling StackOverflow

Replaces the text 'programming' with 'Googling StackOverflow' (plus variations.) Inspired by: http://bit.ly/1HF3QEe

Programming to Googling StackOverflow là gì?

Programming to Googling StackOverflow là một tiện ích mở rộng Chrome được phát triển bởi Francis N, và tính năng chính của nó là "Replaces the text 'programming' with 'Googling StackOverflow' (plus variations.) Inspired by: http://bit.ly/1HF3QEe".

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

screenshot

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

Tải xuống các tệp mở rộng Programming to Googling StackOverflow 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

                        This app replaces the word "programming" with "Googling StackOverflow" as well as several other variations of the word "programming."

This was inspired by The Allium: http://bit.ly/1HF3QEe                    

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

Tên Programming to Googling StackOverflow Programming to Googling StackOverflow
ID cdfmakoamfdggejpagcaejcllihongbm
URL Chính Thức https://chromewebstore.google.com/detail/programming-to-googling-s/cdfmakoamfdggejpagcaejcllihongbm
Mô tả Replaces the text 'programming' with 'Googling StackOverflow' (plus variations.) Inspired by: http://bit.ly/1HF3QEe
Kích Thước Tệp 4.78 KB
Số Lần Cài Đặt 46
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2015-07-24
Ngày Phát Hành 2015-07-24
Đánh Giá 4.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Francis N
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Programming to Googling StackOverflow",
    "version": "1.2",
    "description": "Replaces the text 'programming' with 'Googling StackOverflow' (plus variations.) Inspired by: http:\/\/bit.ly\/1HF3QEe",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}