1Click Save Screenshot
The fastest way to Save screenshots
Vad är 1Click Save Screenshot?
1Click Save Screenshot är en Chrome-tillägg utvecklad av https://1ce.org, och dess huvudfunktion är "The fastest way to Save screenshots".
Tilläggsskärmbilder
Ladda ner 1Click Save Screenshot-förlängningens CRX-fil
Ladda ner 1Click Save Screenshot-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
☑ The fastest way to save screenshots as a file.
☑ One click, and immediately you get a save dialog.
☑ The extension doesn't collect any information. This extension is only 28 lines of code, and it's open-source.
☑ The extension doesn't work in the background. So it does not make any performance issues with your Google Chrome.
☑ The extension works on Linux, Mac & Windows platforms.
☑ Everyone get unlimited storage, so don't stop to share screenshots! Grundläggande Information om Tillägg
| Namn | |
| ID | olnkhcjfknjcodoclmhfcgklcmjfpale |
| Officiell webbadress | https://chromewebstore.google.com/detail/1click-save-screenshot/olnkhcjfknjcodoclmhfcgklcmjfpale |
| Beskrivning | The fastest way to Save screenshots |
| Filstorlek | 54.57 KB |
| Antal Installationer | 808 |
| Aktuell Version | 1.4 |
| Senast Uppdaterad | 2018-03-13 |
| Publiceringsdatum | 2018-03-13 |
| Betyg | 3.33/5 Totalt 6 Betyg |
| Utvecklare | https://1ce.org |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.openscreenshot.com |
| Hjälpsida URL | https://www.openscreenshot.com |
| URL till Sekretesspolicy Sidan | https://www.webpagescreenshot.info/privacy.html |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "1Click Save Screenshot",
"version": "1.4",
"manifest_version": 2,
"description": "The fastest way to Save screenshots",
"homepage_url": "https:\/\/1ce.org",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"scripts": [
"jquery.js",
"background.js"
]
},
"permissions": [
"activeTab"
],
"optional_permissions": [
"downloads"
],
"default_locale": "en",
"browser_action": {
"default_icon": "icons\/icon19.png",
"default_title": "Click to save screenshot"
}
} | |