Moment Shooter

Capture Beautiful Moments

Qu'est-ce que Moment Shooter ?

Moment Shooter est une extension Chrome développée par http://lrednight.com, et sa fonction principale est "Capture Beautiful Moments".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Moment Shooter

Téléchargez les fichiers d'extension Moment Shooter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Moment Shooter Moment Shooter
ID onkjchldhcifmlnnnoglinebicoepndm
URL Officiel https://chrome.google.com/webstore/detail/onkjchldhcifmlnnnoglinebicoepndm
Description Capture Beautiful Moments
Taille du Fichier 114 KB
Nombre d'Installations 30
Version Actuelle 0.3.1
Dernière Mise à Jour 2014-10-08
Date de Publication 2014-10-08
Évaluation 5.00/5 Total 1 Évaluations
Développeur http://lrednight.com
Type de Paiement free
Langues Prises en Charge 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"
}