Simple Shot
Saves a PNG screenshot of the current tab.
Vad är Simple Shot?
Simple Shot är en Chrome-tillägg utvecklad av Chris Szucko, och dess huvudfunktion är "Saves a PNG screenshot of the current tab.".
Tilläggsskärmbilder
Ladda ner Simple Shot-förlängningens CRX-fil
Ladda ner Simple Shot-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
| Namn | |
| ID | pdealbbnhcgmlaibjhmppnlflkpcfich |
| Officiell webbadress | https://chromewebstore.google.com/detail/simple-shot/pdealbbnhcgmlaibjhmppnlflkpcfich |
| Beskrivning | Saves a PNG screenshot of the current tab. |
| Filstorlek | 8.65 KB |
| Antal Installationer | 172 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2016-03-20 |
| Publiceringsdatum | 2016-03-20 |
| Betyg | 3.00/5 Totalt 1 Betyg |
| Utvecklare | Chris Szucko |
| Betalningssätt | free |
| Stödda Språk | 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
} | |