Print this page

Adds a print button to the browser.

Print this pageคืออะไร?

Print this page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.translation-services-usa.com และคุณลักษณะหลักของมันคือ "Adds a print button to the browser."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Print this page

ดาวน์โหลดไฟล์ส่วนขยาย Print this page ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Print this page Print this page
ID lcgafbckfbhpbmhlpncamfphlpdemleo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/print-this-page/lcgafbckfbhpbmhlpncamfphlpdemleo
คำอธิบาย Adds a print button to the browser.
ขนาดไฟล์ 4.08 KB
จำนวนการติดตั้ง 17
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2017-08-26
วันที่เผยแพร่ 2017-08-25
ผู้พัฒนา https://www.translation-services-usa.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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
}