PixelZoomer
PixelZoomer takes a website screenshot and provides a measuring tool, a zoom and an eye dropper.
PixelZoomerคืออะไร?
PixelZoomer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Matthias Schuetz และคุณลักษณะหลักของมันคือ "PixelZoomer takes a website screenshot and provides a measuring tool, a zoom and an eye dropper."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PixelZoomer
ดาวน์โหลดไฟล์ส่วนขยาย PixelZoomer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
                        PixelZoomer takes a screenshot of the current website and provides various tools for pixel analysis. You can zoom into websites (up to 3200%), measure distances and pick colors with an eye dropper.
MAIN FEATURES
- pixel perfect ruler
- zoom/pan tool (100% to 3200%)
- eye dropper (HEX and RGB values)
- undo/redo
- open screenshot image in tab                     ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ |   |  
| ID | fogkjckfkdcnmnnfmbieljpkmmihhpao | 
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pixelzoomer/fogkjckfkdcnmnnfmbieljpkmmihhpao | 
| คำอธิบาย | PixelZoomer takes a website screenshot and provides a measuring tool, a zoom and an eye dropper. | 
| ขนาดไฟล์ | 56.91 KB | 
| จำนวนการติดตั้ง | 47,240 | 
| เวอร์ชันปัจจุบัน | 1.0.2 | 
| อัปเดตครั้งล่าสุด | 2021-10-28 | 
| วันที่เผยแพร่ | 2019-10-02 | 
| คะแนน | 4.61/5 รวมทั้งหมด 49 คะแนน | 
| ผู้พัฒนา | Matthias Schuetz | 
| อีเมล | [email protected] | 
| ประเภทการชำระเงิน | free | 
| ภาษาที่รองรับ | de,en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PixelZoomer",
    "short_name": "PixelZoomer",
    "default_locale": "en",
    "version": "1.0.2",
    "author": "Matthias Schuetz",
    "description": "__MSG_appDescription__",
    "background": {
        "scripts": [
            "content\/browser.js"
        ],
        "persistent": false
    },
    "commands": {
        "start-pixelzoomer": {
            "suggested_key": {
                "default": "Alt+Shift+Q",
                "mac": "Alt+Shift+Q"
            },
            "description": "__MSG_settingsStartApp__"
        }
    },
    "browser_action": {
        "default_icon": "icons\/icon-32.png",
        "default_title": "PixelZoomer"
    },
    "icons": {
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    },
    "options_ui": {
        "page": "content\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "  |  |