Ghosty
Save images to Ghosty, and tag 'em too
什么是Ghosty?
Ghosty是由https://ghosty.land开发的Chrome扩展程序,该扩展的主要功能是“Save images to Ghosty, and tag 'em too”。
扩展截图
下载Ghosty扩展crx文件
下载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.
扩展基本信息
名称 | |
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\/*" ] } |