1Click Save Screenshot
The fastest way to Save screenshots
Co to jest 1Click Save Screenshot?
1Click Save Screenshot to rozszerzenie Chrome opracowane przez https://1ce.org, a jego główną funkcją jest „The fastest way to Save screenshots”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia 1Click Save Screenshot
Pobierz pliki rozszerzeń 1Click Save Screenshot w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
☑ 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! Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | olnkhcjfknjcodoclmhfcgklcmjfpale |
| Oficjalny URL | https://chromewebstore.google.com/detail/1click-save-screenshot/olnkhcjfknjcodoclmhfcgklcmjfpale |
| Opis | The fastest way to Save screenshots |
| Rozmiar pliku | 54.57 KB |
| Liczba instalacji | 808 |
| Aktualna Wersja | 1.4 |
| Ostatnia Aktualizacja | 2018-03-13 |
| Data Publikacji | 2018-03-13 |
| Ocena | 3.33/5 Łącznie 6 Oceny |
| Deweloper | https://1ce.org |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://www.openscreenshot.com |
| Adres URL Strony Pomocy | https://www.openscreenshot.com |
| Adres URL Strony Polityki Prywatności | https://www.webpagescreenshot.info/privacy.html |
| Obsługiwane Języki | 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"
}
} | |