Ghosty

Save images to Ghosty, and tag 'em too

Ghosty क्या है?

Ghosty https://ghosty.land द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save images to Ghosty, and tag 'em too"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Ghosty एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Ghosty Ghosty
ID niflkbcabljnoonhlbajmganinkplfpd
आधिकारिक URL https://chromewebstore.google.com/detail/ghosty/niflkbcabljnoonhlbajmganinkplfpd
विवरण Save images to Ghosty, and tag 'em too
फ़ाइल का आकार 395 KB
स्थापना संख्या 635
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2019-05-04
प्रकाशन तिथि 2019-05-03
डेवलपर https://ghosty.land
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://ghosty.land/
सहायता पृष्ठ URL https://ghosty.land/public/faq.html
गोपनीयता नीति पृष्ठ URL https://ghosty.land/public/privacy.html
समर्थित भाषाएँ 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\/*"
    ]
}