Instant search on Twitter
Assists you search for tweets, accounts, images, and more easily and quickly on Twitter.
Instant search on Twitter란 무엇입니까?
Instant search on Twitter은(는) https://www.tsurezure-owls-nest.work에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Assists you search for tweets, accounts, images, and more easily and quickly on Twitter."입니다.
확장 프로그램 스크린샷
Instant search on Twitter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
You can immediately search for the topic of your concern on Twitter. Even without displaying the Twitter screen once You can also search directly for accounts, images and videos. To search, simply select the character you care about, right-click and click the search target displayed in the context menu. You can also select the target to be displayed in the context menu from the icon on the upper right. Let's do searches that interest you.
확장 프로그램 기본 정보
이름 | Instant search on Twitter |
ID | dmmiijgpfmjcnieohnpnjpljhcblmali |
공식 URL | https://chromewebstore.google.com/detail/instant-search-on-twitter/dmmiijgpfmjcnieohnpnjpljhcblmali |
설명 | Assists you search for tweets, accounts, images, and more easily and quickly on Twitter. |
파일 크기 | 19.53 KB |
설치 횟수 | 131 |
현재 버전 | 1.2 |
최근 업데이트 | 2020-10-01 |
출시 날짜 | 2020-03-10 |
평점 | 4.50/5 총 2 개의 평점 |
개발자 | https://www.tsurezure-owls-nest.work |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.tsurezure-owls-nest.work/chrome-extension-privacy-policy-en |
지원되는 언어 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "(OfficeKDY)", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "default_locale": "en", "version": "1.2", "permissions": [ "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_icon": "icons\/19.png", "default_title": "__MSG_extName__", "default_popup": "popup.html" } } |