Ghosty

Save images to Ghosty, and tag 'em too

Co to jest Ghosty?

Ghosty to rozszerzenie Chrome opracowane przez https://ghosty.land, a jego główną funkcją jest „Save images to Ghosty, and tag 'em too”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Ghosty

Pobierz pliki rozszerzeń Ghosty 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

                        This is the official add-on for saving images to Ghosty.

To use this add-on, sign up for a Ghosty membership at https://www.ghosty.land
If you're already a Ghosty member, be sure to login to Ghosty before using this add-on.

With Ghosty, you can bookmark images from the web, tag them, and search for related images.

Ghosty is different from other image bookmarking services because it was built to respect your privacy. There's no 3rd party tracking, no ads, and we do not share your information with other websites.                    

Podstawowe informacje o rozszerzeniu

Nazwa Ghosty Ghosty
ID niflkbcabljnoonhlbajmganinkplfpd
Oficjalny URL https://chromewebstore.google.com/detail/ghosty/niflkbcabljnoonhlbajmganinkplfpd
Opis Save images to Ghosty, and tag 'em too
Rozmiar pliku 395 KB
Liczba instalacji 635
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2019-05-04
Data Publikacji 2019-05-03
Deweloper https://ghosty.land
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://ghosty.land/
Adres URL Strony Pomocy https://ghosty.land/public/faq.html
Adres URL Strony Polityki Prywatności https://ghosty.land/public/privacy.html
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ghosty",
    "description": "Save images to Ghosty, and tag 'em too",
    "version": "1.0.2",
    "author": "Ducsy",
    "icons": {
        "16": "assets\/favicon-128-0.png",
        "32": "assets\/favicon-128-1.png",
        "64": "assets\/favicon-128-2.png",
        "128": "assets\/favicon-128.png",
        "256": "assets\/favicon-256.png"
    },
    "browser_action": {
        "name": "Save to Ghosty!",
        "default_title": "Save to Ghosty!",
        "icons": {
            "16": "assets\/favicon-128-0.png",
            "32": "assets\/favicon-128-1.png",
            "64": "assets\/favicon-128-2.png",
            "128": "assets\/favicon-128.png",
            "256": "assets\/favicon-256.png"
        },
        "default_icon": "assets\/favicon-128-0.png"
    },
    "permissions": [
        "https:\/\/ghosty.land\/*",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "content_injected\/*"
    ]
}