PixelZoomer
PixelZoomer takes a website screenshot and provides a measuring tool, a zoom and an eye dropper.
PixelZoomerとは何ですか?
PixelZoomerはMatthias Schuetzによって開発されたChromeの拡張機能で、その主な機能は「PixelZoomer takes a website screenshot and provides a measuring tool, a zoom and an eye dropper.」です。
拡張機能のスクリーンショット
PixelZoomer拡張機能のCRXファイルをダウンロード
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 | 
| Eメール | [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",
        "  |  |