Questa Mobi Desktop Tab
Search the web directly from your tab
Questa Mobi Desktop Tab란 무엇입니까?
Questa Mobi Desktop Tab은(는) https://questa.mobi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search the web directly from your tab"입니다.
확장 프로그램 스크린샷
Questa Mobi Desktop Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Download the Questa New Extension, based on the mobile version, Questa.mobi Questa.mobi is just like any other browser extension – but better. We built Questa.mobi for you to browser via your computer, as well as your Android device. The Questa.mobi desktop extension accesses local content through our partnership with Microsoft Bing. Questa.mobi provides a fast and secure web browsing platform that allows you to do all of the following: Features include: • Safe, Secure, focused browser with local content • Search the web including local navigation • Search local news, images and videos • Download feature directly to your device Download the extension now! Disclaimer: We do not ask or collect any personal information. We do not profile users based on their searching behaviour or collect any information that could be tracked to the user usage of our extension.
확장 프로그램 기본 정보
이름 | Questa Mobi Desktop Tab |
ID | khneobkckkfigajacagebiiomapbbcco |
공식 URL | https://chromewebstore.google.com/detail/questa-mobi-desktop-tab/khneobkckkfigajacagebiiomapbbcco |
설명 | Search the web directly from your tab |
파일 크기 | 748 KB |
설치 횟수 | 34,566 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2023-09-08 |
출시 날짜 | 2020-12-18 |
개발자 | https://questa.mobi |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://questa.mobi |
개인정보 보호 정책 페이지 URL | https://questa.mobi/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Questa Mobi Desktop Tab", "short_name": "Questa Mobi Desktop Tab", "version": "1.0.3", "description": "Search the web directly from your tab", "minimum_chrome_version": "90.0.000", "background": { "service_worker": "background.js" }, "homepage_url": "https:\/\/desktop.questa.mobi\/", "permissions": [ "storage" ], "icons": { "128": "icons\/128x128.png", "96": "icons\/96x96.png", "32": "icons\/32x32.png", "16": "icons\/16x16.png" }, "author": "Questa", "chrome_url_overrides": { "newtab": "index.html" } } |