Screenshot

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

Screenshotとは何ですか?

ScreenshotはBrowserNativeによって開発されたChromeの拡張機能で、その主な機能は「Quickly take screenshot of current tab. Keyboard Commnd: Alt+P.」です。

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

screenshot
screenshot
screenshot

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

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
Eメール [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\/"
}