Moment Shooter

Capture Beautiful Moments

Cos'è Moment Shooter?

Moment Shooter è un'estensione di Chrome sviluppata da http://lrednight.com, e la sua funzione principale è "Capture Beautiful Moments".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Moment Shooter

Scarica i file di estensione Moment Shooter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Moment Shooter Moment Shooter
ID onkjchldhcifmlnnnoglinebicoepndm
URL Ufficiale https://chrome.google.com/webstore/detail/onkjchldhcifmlnnnoglinebicoepndm
Descrizione Capture Beautiful Moments
Dimensione del File 114 KB
Conteggio Installazioni 30
Versione Corrente 0.3.1
Ultimo Aggiornamento 2014-10-08
Data di Pubblicazione 2014-10-08
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore http://lrednight.com
Tipo di Pagamento free
Lingue Supportate 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"
}