Coder Quotes

Programming quotes will shows when you open every new tab in chrome

Apa itu Coder Quotes?

Coder Quotes adalah ekstensi Chrome yang dikembangkan oleh http://ajithvgiri.com, dan fitur utamanya adalah "Programming quotes will shows when you open every new tab in chrome".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Coder Quotes

Unduh file ekstensi Coder Quotes 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

                        Introducing Coder Quotes - .

Coder Quotes can define history, ideas and be crucial in our understanding of so many things - quotes is here to put programming quotes into one place. 

Coder quotes is your online library for programmer quotes.                    

Informasi Dasar Ekstensi

Nama Coder Quotes Coder Quotes
ID nebgecgefmfhhagfljmmjegmafkdihne
URL Resmi https://chrome.google.com/webstore/detail/coder-quotes/nebgecgefmfhhagfljmmjegmafkdihne
Deskripsi Programming quotes will shows when you open every new tab in chrome
Ukuran File 17.55 KB
Jumlah Instalasi 48
Versi Saat Ini 1.3
Terakhir Diperbarui 2018-11-17
Tanggal Publikasi 2018-11-17
Penilaian 5.00/5 Total 8 Penilaian
Pengembang http://ajithvgiri.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/ajithvgiri/coder_quotes
URL Halaman Bantuan https://github.com/ajithvgiri/coder_quotes
URL Halaman Kebijakan Privasi https://www.freeprivacypolicy.com/privacy/view/76930026cda91ac0386a5e843bd4c6ef
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Coder Quotes",
    "short_name": "coder quotes",
    "description": "Programming quotes will shows when you open every new tab in chrome",
    "version": "1.3",
    "author": "Ajith v Giri",
    "browser_action": {
        "default_title": "New Tab"
    },
    "chrome_url_overrides": {
        "newtab": "dashboard.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}