Simple Screenshot

Take a screenshot of current tab

Simple Screenshotとは何ですか?

Simple Screenshotはjulien.garniauxによって開発されたChromeの拡張機能で、その主な機能は「Take a screenshot of current tab」です。

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

screenshot

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

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

拡張機能の使用方法

                        Take a simple screenshot of the current tab.
You can download and export the picture.                    

拡張機能の基本情報

名前 Simple Screenshot Simple Screenshot
ID gplklnfnglehpidkjmiahfcjbpnimkkm
公式URL https://chromewebstore.google.com/detail/simple-screenshot/gplklnfnglehpidkjmiahfcjbpnimkkm
説明 Take a screenshot of current tab
ファイルサイズ 36.07 KB
インストール数 598
現在のバージョン 1.1
最終更新日 2014-12-02
公開日 2014-12-02
評価 3.00/5 合計 3 レビュー
開発者 julien.garniaux
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Screenshot",
    "version": "1.1",
    "description": "Take a screenshot of current tab",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Screenshot"
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}