Computub Screenshotter

The best way to screenshot your browser

Computub Screenshotterคืออะไร?

Computub Screenshotter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://computub.com และคุณลักษณะหลักของมันคือ "The best way to screenshot your browser"

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

screenshot
screenshot
screenshot

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

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

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

                        Computub Screenshotter is a modern and easy way to take a screenshot of any open tab! Just click the camera icon in the top left of your screen to preview your image, and then press the "Download" button to save the image on your computer.

Computub Screenshotter enables you to easily share your screenshot on social media, and the internet by providing you with a full jpeg image file right in your downloads folder.                    

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

ชื่อ Computub Screenshotter Computub Screenshotter
ID ihehfgffeinmbnahpbgecfopcjonejih
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/computub-screenshotter/ihehfgffeinmbnahpbgecfopcjonejih
คำอธิบาย The best way to screenshot your browser
ขนาดไฟล์ 55.69 KB
จำนวนการติดตั้ง 131
เวอร์ชันปัจจุบัน 2.2
อัปเดตครั้งล่าสุด 2020-07-10
วันที่เผยแพร่ 2020-04-02
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://computub.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://computub.com/apps
URL หน้านโยบายความเป็นส่วนตัว https://bandev.uk/privacy
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Computub Screenshotter",
    "version": "2.2",
    "description": "The best way to screenshot your browser",
    "offline_enabled": false,
    "homepage_url": "https:\/\/computub.com",
    "icons": {
        "16": "camera.png",
        "24": "camera.png",
        "32": "camera.png",
        "48": "camera.png",
        "128": "camera.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "camera.png",
        "default_title": "Screenshot!"
    },
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 2
}