V7 quickieZoom

quick and simple way to zoom pages

Apa itu V7 quickieZoom?

V7 quickieZoom adalah ekstensi Chrome yang dikembangkan oleh v7addons, dan fitur utamanya adalah "quick and simple way to zoom pages".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi V7 quickieZoom

Unduh file ekstensi V7 quickieZoom 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

                        Zoom web pages with one click.

Push mouse cursor to the left edge of your browser window and click the red-blue stripe to zoom pages. Another click will reset zoom to 100%.

In extension settings choose desired zoom level (default is 150%)

Simple and fast.                    

Informasi Dasar Ekstensi

Nama V7 quickieZoom V7 quickieZoom
ID cjocehfjdbpepbcojnihchgmaomenmoc
URL Resmi https://chromewebstore.google.com/detail/v7-quickiezoom/cjocehfjdbpepbcojnihchgmaomenmoc
Deskripsi quick and simple way to zoom pages
Ukuran File 73.38 KB
Jumlah Instalasi 95
Versi Saat Ini 2.7.3
Terakhir Diperbarui 2020-03-02
Tanggal Publikasi 2020-03-01
Penilaian 5.00/5 Total 1 Penilaian
Pengembang v7addons
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "stil.css"
            ],
            "js": [
                "script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_opis__",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "icons": {
        "128": "\/img\/logo128.png",
        "48": "\/img\/logo48.png",
        "16": "\/img\/logo16.png"
    },
    "manifest_version": 2,
    "name": "__MSG_V7__",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "version": "2.7.3"
}