Ghosty

Save images to Ghosty, and tag 'em too

Ghosty란 무엇입니까?

Ghosty은(는) https://ghosty.land에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save images to Ghosty, and tag 'em too"입니다.

확장 프로그램 스크린샷

screenshot

Ghosty 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*"
    ]
}