Screenshot It

Screenshot It

Screenshot Itคืออะไร?

Screenshot It เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://sage.ga และคุณลักษณะหลักของมันคือ "Screenshot It"

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

screenshot

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

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

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

                        Just click on the Browser icon and take the visible screen as image and save by clicking on the image.

Easy to use for a visible tab to take screenshot.                    

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

ชื่อ Screenshot It Screenshot It
ID jdapkbgkamadhkellenmncglbpaglfom
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/screenshot-it/jdapkbgkamadhkellenmncglbpaglfom
คำอธิบาย Screenshot It
ขนาดไฟล์ 40.49 KB
จำนวนการติดตั้ง 22
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2019-04-23
วันที่เผยแพร่ 2019-04-23
ผู้พัฒนา http://sage.ga
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://sage.ga
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "name": "Screenshot It",
    "description": "Screenshot It",
    "icons": {
        "48": "icon.png"
    },
    "version": "0.0.1",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Click to Screenshot Visible tab"
    }
}