Searchme
This extension offers an better new tab page for your needs: improved search, date and time widgets and other features.
Searchme란 무엇입니까?
Searchme은(는) https://www.mybrowserbar.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension offers an better new tab page for your needs: improved search, date and time widgets and other features."입니다.
확장 프로그램 스크린샷
Searchme 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Search the web with Yahoo through Searchme extension. Improve your search experience and get clear and precise search results. This extension provides an enhanced new tab page with a new and improved search engine powered by Yahoo, date and time widgets and many other cool features. FAQs: Q: Is Searchme free? A: Yes, it's free, simple, easy to use, and unobtrusive. Q: How can I disable/uninstall Searchme? A: That's easy. Go to browser's menu > More Tools > Extensions, find the extension and disable/remove it.
확장 프로그램 기본 정보
이름 | |
ID | hjalolmjgklbjgaomjjofphdjnajmnim |
공식 URL | https://chromewebstore.google.com/detail/searchme/hjalolmjgklbjgaomjjofphdjnajmnim |
설명 | This extension offers an better new tab page for your needs: improved search, date and time widgets and other features. |
파일 크기 | 1.99 MB |
설치 횟수 | 371 |
현재 버전 | 1.4 |
최근 업데이트 | 2023-11-13 |
출시 날짜 | 2019-09-06 |
평점 | 4.00/5 총 8 개의 평점 |
개발자 | https://www.mybrowserbar.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | http://www.mybrowserbar.com/privacy.html |
지원되는 언어 | en |
manifest.json | |
{ "background": { "scripts": [ "scripts\/background.js", "scripts\/utils.js" ] }, "browser_action": { "default_popup": "" }, "chrome_url_overrides": { "newtab": "ntp\/newtab.html" }, "content_scripts": [ { "all_frames": false, "js": [ "scripts\/loader.js" ], "matches": [ "http:\/\/*.mybrowserbar.com\/*", "https:\/\/*.mybrowserbar.com\/*" ], "run_at": "document_end" } ], "icons": { "128": "Icons\/Icon-128.png", "16": "Icons\/Icon-16.png", "32": "Icons\/Icon-32.png", "48": "Icons\/Icon-48.png", "64": "Icons\/Icon-64.png" }, "manifest_version": 2, "name": "Searchme", "description": "This extension offers an better new tab page for your needs: improved search, date and time widgets and other features.", "options_page": "ntp\/options.html", "permissions": [ "storage", "webRequest", "cookies", "contextMenus" ], "short_name": "Searchme", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.4" } |