Simple Shot
Saves a PNG screenshot of the current tab.
Wat is Simple Shot?
Simple Shot is een Chrome-extensie ontwikkeld door Chris Szucko, en de belangrijkste functie is "Saves a PNG screenshot of the current tab.".
Extensie Screenshots
Download het CRX-bestand van de extensie Simple Shot
Download Simple Shot-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
Basisinformatie over de Extensie
| Naam | |
| ID | pdealbbnhcgmlaibjhmppnlflkpcfich |
| Officiële URL | https://chromewebstore.google.com/detail/simple-shot/pdealbbnhcgmlaibjhmppnlflkpcfich |
| Beschrijving | Saves a PNG screenshot of the current tab. |
| Bestandsgrootte | 8.65 KB |
| Aantal Installaties | 172 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2016-03-20 |
| Publicatiedatum | 2016-03-20 |
| Beoordeling | 3.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Chris Szucko |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_app_name__",
"description": "__MSG_app_description__",
"version": "1.0",
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"permissions": [
"activeTab",
"contextMenus",
"downloads"
],
"commands": {
"take-screenshot": {
"description": "__MSG_context_menu_take_screenshot__"
}
},
"icons": {
"16": "assets\/logo16.png",
"48": "assets\/logo48.png",
"128": "assets\/logo128.png"
},
"default_locale": "en",
"manifest_version": 2
} | |