Screenshot Capture (Allstyls)

Screenshot Capture

Wat is Screenshot Capture (Allstyls)?

Screenshot Capture (Allstyls) is een Chrome-extensie ontwikkeld door allstyls.powerbrand, en de belangrijkste functie is "Screenshot Capture".

Extensie Screenshots

Download het CRX-bestand van de extensie Screenshot Capture (Allstyls)

Download Screenshot Capture (Allstyls)-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

                        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.                    

Basisinformatie over de Extensie

Naam Screenshot Capture (Allstyls) Screenshot Capture (Allstyls)
ID llfgdgkpiegpfackencfgohgbehkebbj
Officiële URL https://chromewebstore.google.com/detail/screenshot-capture-allsty/llfgdgkpiegpfackencfgohgbehkebbj
Beschrijving Screenshot Capture
Bestandsgrootte 83.92 KB
Aantal Installaties 413
Huidige Versie 1.7
Laatst Bijgewerkt 2018-06-01
Publicatiedatum 2018-06-01
Ontwikkelaar allstyls.powerbrand
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.allstyls.com/
Ondersteunde Talen 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"
    ]
}