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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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 } |