OneClick Share Screenshot

The fastest way to share screenshots

Co to jest OneClick Share Screenshot?

OneClick Share Screenshot to rozszerzenie Chrome opracowane przez https://1ce.org, a jego główną funkcją jest „The fastest way to share screenshots”.

Zrzuty ekranu rozszerzenia

Pobierz plik CRX rozszerzenia OneClick Share Screenshot

Pobierz pliki rozszerzeń OneClick Share 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 share a screenshot.

☑ One click, and immediately you get a URL that you can share.

☑ 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 OneClick Share Screenshot OneClick Share Screenshot
ID bilhmoofdampcoaccakcdelibcaafopm
Oficjalny URL https://chromewebstore.google.com/detail/oneclick-share-screenshot/bilhmoofdampcoaccakcdelibcaafopm
Opis The fastest way to share screenshots
Rozmiar pliku 58.68 KB
Liczba instalacji 233
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2018-03-13
Data Publikacji 2018-03-13
Ocena 4.75/5 Łącznie 4 Oceny
Deweloper https://1ce.org
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.openscreenshot.com
Adres URL Strony Pomocy http://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": "OneClick Share Screenshot",
    "version": "1.1",
    "manifest_version": 2,
    "description": "The fastest way to share screenshots",
    "homepage_url": "http:\/\/www.openscreenshot.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Click to share screenshot"
    }
}