Ghosty

Save images to Ghosty, and tag 'em too

Ghostyคืออะไร?

Ghosty เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ghosty.land และคุณลักษณะหลักของมันคือ "Save images to Ghosty, and tag 'em too"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ghosty

ดาวน์โหลดไฟล์ส่วนขยาย Ghosty ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
    ]
}