Screenshot

Quickly take screenshot of current tab. Keyboard Commnd: Alt+P.

Screenshotคืออะไร?

Screenshot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BrowserNative และคุณลักษณะหลักของมันคือ "Quickly take screenshot of current tab. Keyboard Commnd: Alt+P."

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

screenshot
screenshot
screenshot

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

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

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

                        Users can select screenshot file format (PNG or JPEG) from the Options. 

After capturing the screenshot, extension saves it. You can opt to see it in a new tab.

Extremely fast, light-weight and privacy friendly extension by BrowserNative.                    

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

ชื่อ Screenshot Screenshot
ID mafopchedjkbgkpbbnbgifaolempmdgh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/screenshot/mafopchedjkbgkpbbnbgifaolempmdgh
คำอธิบาย Quickly take screenshot of current tab. Keyboard Commnd: Alt+P.
ขนาดไฟล์ 40.96 KB
จำนวนการติดตั้ง 8,507
เวอร์ชันปัจจุบัน 0.0.5
อัปเดตครั้งล่าสุด 2019-11-18
วันที่เผยแพร่ 2019-11-12
คะแนน 4.71/5 รวมทั้งหมด 35 คะแนน
ผู้พัฒนา BrowserNative
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://browsernative.com/screenshot-extension/
URL หน้าช่วยเหลือ https://browsernative.com/screenshot-extension/
URL หน้านโยบายความเป็นส่วนตัว https://browsernative.com/extensions-privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screenshot",
    "description": "Quickly take screenshot of current tab. Keyboard Commnd: Alt+P.",
    "version": "0.0.5",
    "manifest_version": 2,
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "static\/128.png",
        "default_title": "Take Screenshot"
    },
    "icons": {
        "48": "static\/48.png",
        "128": "static\/128.png"
    },
    "permissions": [
        "activeTab",
        "downloads"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+P"
            }
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "homepage_url": "https:\/\/browsernative.com\/screenshot-extension\/"
}