Programming to Googling StackOverflow

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

Apa itu Programming to Googling StackOverflow?

Programming to Googling StackOverflow adalah ekstensi Chrome yang dikembangkan oleh Francis N, dan fitur utamanya adalah "Replaces the text 'programming' with 'Googling StackOverflow' (plus variations.) Inspired by: http://bit.ly/1HF3QEe".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Programming to Googling StackOverflow

Unduh file ekstensi Programming to Googling StackOverflow dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Programming to Googling StackOverflow Programming to Googling StackOverflow
ID cdfmakoamfdggejpagcaejcllihongbm
URL Resmi https://chromewebstore.google.com/detail/programming-to-googling-s/cdfmakoamfdggejpagcaejcllihongbm
Deskripsi Replaces the text 'programming' with 'Googling StackOverflow' (plus variations.) Inspired by: http://bit.ly/1HF3QEe
Ukuran File 4.78 KB
Jumlah Instalasi 46
Versi Saat Ini 1.2
Terakhir Diperbarui 2015-07-24
Tanggal Publikasi 2015-07-24
Penilaian 4.80/5 Total 5 Penilaian
Pengembang Francis N
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}