Twitter Natural Advanced Search
Perform Twitter Advanced Search in Natural Language
Twitter Natural Advanced Searchとは何ですか?
Twitter Natural Advanced Searchはhttps://quantleaf.comによって開発されたChromeの拡張機能で、その主な機能は「Perform Twitter Advanced Search in Natural Language」です。
拡張機能のスクリーンショット
Twitter Natural Advanced Search拡張機能のCRXファイルをダウンロード
Twitter Natural Advanced Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Make your Twitter search field auto detect and perform advanced searches. Just write a natural language like advanced search and press enter to perform it. It supports all possible advanced search properties! Examples - from elonmusk about bitcoin between 2011-01-10 and one year ago include links english - bitcoins news today - only replies from jeff bezos about amazon You can try it out before downloading at https://quantleaf.com. This extension was built using Quantleaf Query, a service that lets you query tables using natural language. The source code for the extension can be found at https://github.com/quantleaf/twitter-natural-advanced-search Enjoy!
拡張機能の基本情報
名前 | Twitter Natural Advanced Search |
ID | fkjippcbpjcnjfoohfhaghfelfanamee |
公式URL | https://chromewebstore.google.com/detail/twitter-natural-advanced/fkjippcbpjcnjfoohfhaghfelfanamee |
説明 | Perform Twitter Advanced Search in Natural Language |
ファイルサイズ | 15.02 KB |
インストール数 | 86 |
現在のバージョン | 0.0.9 |
最終更新日 | 2021-03-25 |
公開日 | 2021-01-20 |
評価 | 3.33/5 合計 3 レビュー |
開発者 | https://quantleaf.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/quantleaf/twitter-natural-advanced-search |
ヘルプページのURL | https://github.com/quantleaf/twitter-natural-advanced-search/issues |
プライバシーポリシーページのURL | https://quantleaf.com/legal/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Perform Twitter Advanced Search in Natural Language", "version": "0.0.9", "name": "Twitter Natural Advanced Search", "permissions": [], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "inject.js" ], "all_frames": true, "run_at": "document_end" } ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/logo-16x16.png", "32": "images\/logo-32x32.png", "48": "images\/logo-48x48.png", "128": "images\/logo-128x128.png" } }, "icons": { "16": "images\/logo-16x16.png", "32": "images\/logo-32x32.png", "48": "images\/logo-48x48.png", "128": "images\/logo-128x128.png" }, "manifest_version": 2 } |