Moment Shooter

Capture Beautiful Moments

Moment Shooterとは何ですか?

Moment Shooterはhttp://lrednight.comによって開発されたChromeの拡張機能で、その主な機能は「Capture Beautiful Moments」です。

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

screenshot

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

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

拡張機能の使用方法

                        Use Moment Shooter to capture beautiful site or just save pictures.                    

拡張機能の基本情報

名前 Moment Shooter Moment Shooter
ID onkjchldhcifmlnnnoglinebicoepndm
公式URL https://chrome.google.com/webstore/detail/onkjchldhcifmlnnnoglinebicoepndm
説明 Capture Beautiful Moments
ファイルサイズ 114 KB
インストール数 30
現在のバージョン 0.3.1
最終更新日 2014-10-08
公開日 2014-10-08
評価 5.00/5 合計 1 レビュー
開発者 http://lrednight.com
支払い方法 free
対応言語 en
manifest.json
{
    "background": {
        "scripts": [
            "js\/atom.js",
            "js\/core.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon19.png",
        "default_title": "Capture current tab."
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "js\/atom.js",
                "js\/insert.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Capture Beautiful Moments",
    "icons": {
        "128": "images\/icon.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDBdxGw\/FGKZuBQcFRcIOure49k1spG2GCvyU94fUMyYamw4KwVooeMer0RrwDEEWxDu8r2Z+Ssk+CZ5i1gZBC+0L7L6MuM0hhmXYPigY+x10V9EuBP0+16sjTtFxcyMieb6\/d1HraV8e\/qBGYWCpWOGSprK4+WnnAGcVSXL9+IkQIDAQAB",
    "manifest_version": 2,
    "name": "Moment Shooter",
    "options_page": "index.html",
    "permissions": [
        "contextMenus",
        "tabs",
        "storage",
        "",
        "unlimitedStorage"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.3.1"
}