Moment Shooter

Capture Beautiful Moments

Apa itu Moment Shooter?

Moment Shooter adalah ekstensi Chrome yang dikembangkan oleh http://lrednight.com, dan fitur utamanya adalah "Capture Beautiful Moments".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Moment Shooter

Unduh file ekstensi Moment Shooter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Moment Shooter Moment Shooter
ID onkjchldhcifmlnnnoglinebicoepndm
URL Resmi https://chrome.google.com/webstore/detail/onkjchldhcifmlnnnoglinebicoepndm
Deskripsi Capture Beautiful Moments
Ukuran File 114 KB
Jumlah Instalasi 30
Versi Saat Ini 0.3.1
Terakhir Diperbarui 2014-10-08
Tanggal Publikasi 2014-10-08
Penilaian 5.00/5 Total 1 Penilaian
Pengembang http://lrednight.com
Tipe Pembayaran free
Bahasa yang Didukung 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"
}