Just Print

Web print at Carleton College made easy.

Just Printคืออะไร?

Just Print เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dpikt และคุณลักษณะหลักของมันคือ "Web print at Carleton College made easy."

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

screenshot

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

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

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

                                            

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

ชื่อ Just Print Just Print
ID kpkbjbgijemjeodkeocdjknhdcdmkmdf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/just-print/kpkbjbgijemjeodkeocdjknhdcdmkmdf
คำอธิบาย Web print at Carleton College made easy.
ขนาดไฟล์ 107 KB
จำนวนการติดตั้ง 917
เวอร์ชันปัจจุบัน 2.0.8
อัปเดตครั้งล่าสุด 2017-01-31
วันที่เผยแพร่ 2017-01-31
คะแนน 4.73/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา dpikt
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/CarletonDevX/web-print
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Just Print",
    "short_name": "JFP",
    "description": "Web print at Carleton College made easy.",
    "version": "2.0.8",
    "permissions": [
        "https:\/\/print.ads.carleton.edu:9192\/",
        "http:\/\/45.55.59.57\/",
        "geolocation"
    ],
    "icons": {
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_title": "JFP"
    }
}