Moment Shooter

Capture Beautiful Moments

Wat is Moment Shooter?

Moment Shooter is een Chrome-extensie ontwikkeld door http://lrednight.com, en de belangrijkste functie is "Capture Beautiful Moments".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Moment Shooter

Download Moment Shooter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Moment Shooter Moment Shooter
ID onkjchldhcifmlnnnoglinebicoepndm
Officiële URL https://chrome.google.com/webstore/detail/onkjchldhcifmlnnnoglinebicoepndm
Beschrijving Capture Beautiful Moments
Bestandsgrootte 114 KB
Aantal Installaties 30
Huidige Versie 0.3.1
Laatst Bijgewerkt 2014-10-08
Publicatiedatum 2014-10-08
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://lrednight.com
Betalingswijze free
Ondersteunde Talen 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"
}