Screenshot Capture (Allstyls)

Screenshot Capture

Qu'est-ce que Screenshot Capture (Allstyls) ?

Screenshot Capture (Allstyls) est une extension Chrome développée par allstyls.powerbrand, et sa fonction principale est "Screenshot Capture".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Screenshot Capture (Allstyls)

Téléchargez les fichiers d'extension Screenshot Capture (Allstyls) 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

                        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.                    

Informations de Base sur l'Extension

Nom Screenshot Capture (Allstyls) Screenshot Capture (Allstyls)
ID llfgdgkpiegpfackencfgohgbehkebbj
URL Officiel https://chromewebstore.google.com/detail/screenshot-capture-allsty/llfgdgkpiegpfackencfgohgbehkebbj
Description Screenshot Capture
Taille du Fichier 83.92 KB
Nombre d'Installations 413
Version Actuelle 1.7
Dernière Mise à Jour 2018-06-01
Date de Publication 2018-06-01
Développeur allstyls.powerbrand
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.allstyls.com/
Langues Prises en Charge 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"
    ]
}