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/
拡張機能の基本情報
名前 | Glean.ly - Quick Fact |
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 |
Eメール | [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\/*" ] } } |