Glean.ly - Quick Fact
Browser Tool for quick adding facts to you Glean.ly experiments.
什么是Glean.ly - Quick Fact?
Glean.ly - Quick Fact是由daniel.pidcock开发的Chrome扩展程序,该扩展的主要功能是“Browser Tool for quick adding facts to you Glean.ly experiments.”。
扩展截图
下载Glean.ly - Quick Fact扩展crx文件
下载Glean.ly - Quick Fact扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Select text on any website and instantly add it to your Glean.ly UX repository - along with a link to the source - in just a click.
You will need a Glean.ly account to use this tool.
Privacy policy: https://glean.ly/privacy/ 扩展基本信息
| 名称 | |
| ID | nbckmikdnpbccdnffjacnpapofmhefdn |
| 官方URL | https://chromewebstore.google.com/detail/gleanly-quick-fact/nbckmikdnpbccdnffjacnpapofmhefdn |
| 简介 | Browser Tool for quick adding facts to you Glean.ly experiments. |
| 文件大小 | 1.03 MB |
| 安装次数 | 133 |
| 当前版本 | 2.0.0 |
| 更新时间 | 2023-09-06 |
| 上架时间 | 2021-06-29 |
| 开发者 | daniel.pidcock |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://glean.ly |
| 帮助页面URL | https://glean.ly |
| 隐私政策页面URL | https://glean.ly/privacy |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Glean.ly - Quick Fact",
"description": "Browser Tool for quick adding facts to you Glean.ly experiments.",
"version": "2.0.0",
"icons": {
"16": "favicon.png",
"48": "favicon.png",
"128": "favicon.png"
},
"permissions": [
"activeTab",
"scripting"
],
"action": {
"default_icon": "favicon.png",
"default_popup": "index.html",
"default_title": "Open Glean.ly - Quick Fact"
},
"externally_connectable": {
"matches": [
"http:\/\/oauth.glean.ly\/*"
]
}
} | |