Full Page Screenshots by IMG42

Instantly capture fullpage, or partial screenshots. After capture they get uploaded to img42 for easy shareability.

Full Page Screenshots by IMG42คืออะไร?

Full Page Screenshots by IMG42 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย icodeforlove และคุณลักษณะหลักของมันคือ "Instantly capture fullpage, or partial screenshots. After capture they get uploaded to img42 for easy shareability."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Full Page Screenshots by IMG42

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

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

                        This extension provides three features:

- Full page screenshots
- Partial page screenshots
- Free uncompressed hosting                    

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

ชื่อ Full Page Screenshots by IMG42 Full Page Screenshots by IMG42
ID nomdplicjljgmgfbjgfnpdgkjpdphdah
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/full-page-screenshots-by/nomdplicjljgmgfbjgfnpdgkjpdphdah
คำอธิบาย Instantly capture fullpage, or partial screenshots. After capture they get uploaded to img42 for easy shareability.
ขนาดไฟล์ 15.49 KB
จำนวนการติดตั้ง 333
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2017-07-02
วันที่เผยแพร่ 2017-07-02
คะแนน 2.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา icodeforlove
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://img42.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Full Page Screenshots by IMG42",
    "description": "Instantly capture fullpage, or partial screenshots. After capture they get uploaded to img42 for easy shareability.",
    "manifest_version": 2,
    "version": "1.0.0",
    "minimum_chrome_version": "55",
    "browser_action": {
        "default_icon": "icons\/38x38.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "scripts\/Selector.js",
                "scripts\/mousetrap.js",
                "scripts\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "32": "icons\/38x38.png",
        "128": "icons\/128x128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        ""
    ]
}