Print this page

Adds a print button to the browser.

Apa itu Print this page?

Print this page adalah ekstensi Chrome yang dikembangkan oleh https://www.translation-services-usa.com, dan fitur utamanya adalah "Adds a print button to the browser.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Print this page

Unduh file ekstensi Print this page 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

                        Simple Chrome extension to print your Bad Translations and refer to them later with your friends and co-workers.

Developed for printing funny translations from: http://www.funnytranslator.com/                    

Informasi Dasar Ekstensi

Nama Print this page Print this page
ID lcgafbckfbhpbmhlpncamfphlpdemleo
URL Resmi https://chromewebstore.google.com/detail/print-this-page/lcgafbckfbhpbmhlpncamfphlpdemleo
Deskripsi Adds a print button to the browser.
Ukuran File 4.08 KB
Jumlah Instalasi 17
Versi Saat Ini 1.1
Terakhir Diperbarui 2017-08-26
Tanggal Publikasi 2017-08-25
Pengembang https://www.translation-services-usa.com
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Print this page",
    "description": "Adds a print button to the browser.",
    "version": "1.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Print this page",
        "default_icon": "print_16x16.png"
    },
    "manifest_version": 2
}