Screenshot Capture (Allstyls)

Screenshot Capture

Cos'è Screenshot Capture (Allstyls)?

Screenshot Capture (Allstyls) è un'estensione di Chrome sviluppata da allstyls.powerbrand, e la sua funzione principale è "Screenshot Capture".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Screenshot Capture (Allstyls)

Scarica i file di estensione Screenshot Capture (Allstyls) 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

                        You are an right path to make your RFQ process simpler!
Go Ahead with Screenshot Capture by Allstyls, do sreenshot, screen capture videos and share with us. We will take care of the rest and provide you with detailed information of the products and related Trends.                    

Informazioni di Base sull'Estensione

Nome Screenshot Capture (Allstyls) Screenshot Capture (Allstyls)
ID llfgdgkpiegpfackencfgohgbehkebbj
URL Ufficiale https://chromewebstore.google.com/detail/screenshot-capture-allsty/llfgdgkpiegpfackencfgohgbehkebbj
Descrizione Screenshot Capture
Dimensione del File 83.92 KB
Conteggio Installazioni 413
Versione Corrente 1.7
Ultimo Aggiornamento 2018-06-01
Data di Pubblicazione 2018-06-01
Sviluppatore allstyls.powerbrand
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.allstyls.com/
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screenshot Capture (Allstyls)",
    "author": "Amrita Sharma",
    "version": "1.7",
    "manifest_version": 2,
    "minimum_chrome_version": "49",
    "description": "Screenshot Capture",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Screenshot Capture"
    },
    "options_page": "\/content\/options.html",
    "background": {
        "scripts": [
            "background\/background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "\/images\/Jcrop.gif",
        "\/images\/pixel.png"
    ],
    "commands": {
        "take-screenshot": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "Take Screenshot"
        }
    },
    "icons": {
        "16": "images\/icon.png",
        "22": "images\/icon.png",
        "32": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "homepage_url": "https:\/\/www.allstyls.com",
    "permissions": [
        "storage",
        "activeTab"
    ]
}