SVG Screenshot

Create scalable screenshots.

SVG Screenshotとは何ですか?

SVG ScreenshotはSaadによって開発されたChromeの拡張機能で、その主な機能は「Create scalable screenshots.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

SVG Screenshot拡張機能のCRXファイルをダウンロード

SVG Screenshot拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Take an SVG screenshot of your tab with just one click.

Please note that this extension is still in a very pre-alpha stage and will break often. It will also take some to load as SVGs are CPU intensive, they compute each pixel before storing it.                    

拡張機能の基本情報

名前 SVG Screenshot SVG Screenshot
ID dmkjpfgdjiokimcemagieionmjgadjkg
公式URL https://chromewebstore.google.com/detail/svg-screenshot/dmkjpfgdjiokimcemagieionmjgadjkg
説明 Create scalable screenshots.
ファイルサイズ 14.85 KB
インストール数 563
現在のバージョン 1.0
最終更新日 2020-04-09
公開日 2020-04-07
評価 3.80/5 合計 5 レビュー
開発者 Saad
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SVG Screenshot",
    "description": "Create scalable screenshots.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        ""
    ]
}