ScreenShooter

Screenshot your webpages with a gunshot.

ScreenShooterとは何ですか?

ScreenShooterはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Screenshot your webpages with a gunshot.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Screenshooter allows you to take a gunshot-fast screenshot of your active tab, with 1 simple click on the icon.                    

拡張機能の基本情報

名前 ScreenShooter ScreenShooter
ID bcnkleedhppcdfnpkgkhbninjeffgigj
公式URL https://chromewebstore.google.com/detail/screenshooter/bcnkleedhppcdfnpkgkhbninjeffgigj
説明 Screenshot your webpages with a gunshot.
ファイルサイズ 56.04 KB
インストール数 166
現在のバージョン 1.0
最終更新日 2020-03-17
公開日 2020-03-16
開発者 Unknown
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ScreenShooter",
    "version": "1.0",
    "description": "Screenshot your webpages with a gunshot.",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "js\/bg.js"
        ]
    },
    "browser_action": {
        "default_title": "Screen Shooter",
        "default_icon": "img\/icons\/icon32.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "icons": {
        "16": "img\/icons\/icon16.png",
        "32": "img\/icons\/icon32.png",
        "48": "img\/icons\/icon48.png",
        "128": "img\/icons\/icon128.png"
    }
}