Minimal Stack Overflow

A simple way to hide both sidebars from Stack Overflow question`s page

Apa itu Minimal Stack Overflow?

Minimal Stack Overflow adalah ekstensi Chrome yang dikembangkan oleh Felipe Mendes, dan fitur utamanya adalah "A simple way to hide both sidebars from Stack Overflow question`s page".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Minimal Stack Overflow

Unduh file ekstensi Minimal Stack Overflow 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

                                            

Informasi Dasar Ekstensi

Nama Minimal Stack Overflow Minimal Stack Overflow
ID iacpemcanoendljfmmdcbonjanbmpmha
URL Resmi https://chromewebstore.google.com/detail/minimal-stack-overflow/iacpemcanoendljfmmdcbonjanbmpmha
Deskripsi A simple way to hide both sidebars from Stack Overflow question`s page
Ukuran File 69.99 KB
Jumlah Instalasi 67
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2019-02-15
Tanggal Publikasi 2019-02-14
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Felipe Mendes
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/felipemendes/minimal-stack-overflow
URL Halaman Bantuan https://github.com/felipemendes/minimal-stack-overflow/issues
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Minimal Stack Overflow",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "A simple way to hide both sidebars from Stack Overflow question`s page",
    "homepage_url": "https:\/\/github.com\/felipemendes\/minimal-stack-overflow",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Minimal Stack Overflow"
    },
    "content_scripts": [
        {
            "css": [
                "css\/styles.min.css"
            ],
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/stackoverflow.com\/questions\/*",
                "https:\/\/*.stackoverflow.com\/questions\/*"
            ]
        }
    ]
}