Standardized Screenshot

Takes standardized screenshots.

Standardized Screenshotคืออะไร?

Standardized Screenshot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://jmartin.ca/screenshot-chrome และคุณลักษณะหลักของมันคือ "Takes standardized screenshots."

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

screenshot

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

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

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

                        A very opinionated screen capture extension for Chrome.

It will:
- Capture the current tab.
- Add a macOS-ish title bar.
- Add drop shadow to it.
- Display the result in a popup frame.

The source is available on Github: https://github.com/j-martin/screenshot-chrome

Forked from: https://github.com/mrcoles/full-page-screen-capture-chrome-extension                    

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

ชื่อ Standardized Screenshot Standardized Screenshot
ID pabdhaakclnechgfhmnhkcbmjobeoope
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/standardized-screenshot/pabdhaakclnechgfhmnhkcbmjobeoope
คำอธิบาย Takes standardized screenshots.
ขนาดไฟล์ 85.54 KB
จำนวนการติดตั้ง 2,492
เวอร์ชันปัจจุบัน 2.4.0
อัปเดตครั้งล่าสุด 2020-01-29
วันที่เผยแพร่ 2020-01-28
คะแนน 3.38/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา https://jmartin.ca/screenshot-chrome
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://github.com/j-martin/screenshot-chrome/blob/master/PRIVACY.md
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Standardized Screenshot",
    "version": "2.4.0",
    "manifest_version": 2,
    "description": "Takes standardized screenshots.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "default-src 'self'; img-src 'self' data:; style-src 'self'",
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}