Simple Tab
It's simple and replaces your current Chrome New Tab window with a feature packed New Tab
Simple Tab란 무엇입니까?
Simple Tab은(는) https://thesimpletab.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "It's simple and replaces your current Chrome New Tab window with a feature packed New Tab"입니다.
확장 프로그램 스크린샷
Simple Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Simple Tab brings you a new look to your New Tab window. You will be able to search the web as well as have instant access to popular social media websites, right within your new tab window. It's a simple yet elegant new tab extension. Here are some features of the extension: - Search the web directly from the home page - Social media quick links - Feature clock and date By clicking "Add to Chrome", I accept and agree to installing the Simple Tab Chrome extension and setting Chrome™ New Tab, homepage takeover, and default search to that provided by the service with results by Bing, and the Terms of Use and Privacy Policy. Terms of Service: https://stone-intell.com/terms-conditions/ Privacy Policy: https://stone-intell.com/privacy-policy/ Stone Intelligence Pte Ltd 101 Thomson Road #06-01, United Square Singapore 307591 +65 3105 1631
확장 프로그램 기본 정보
이름 | Simple Tab |
ID | hglilafajifgadplomjacjbjgmlecmpo |
공식 URL | https://chromewebstore.google.com/detail/simple-tab/hglilafajifgadplomjacjbjgmlecmpo |
설명 | It's simple and replaces your current Chrome New Tab window with a feature packed New Tab |
파일 크기 | 1.03 MB |
설치 횟수 | 56,620 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2021-12-07 |
출시 날짜 | 2021-06-22 |
평점 | 3.67/5 총 3 개의 평점 |
개발자 | https://thesimpletab.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://thesimpletab.com |
개인정보 보호 정책 페이지 URL | https://stone-intell.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Simple Tab", "short_name": "Simple Tab", "version": "1.0.3", "description": "It's simple and replaces your current Chrome New Tab window with a feature packed New Tab", "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/thesimpletab.com\/wp-content\/uploads\/2021\/06\/256-simple.png", "is_default": true, "keyword": "Keyword", "name": "Simple Tab", "search_url": "https:\/\/search.thesimpletab.com\/search?q={searchTerms}" } }, "icons": { "32": "assets\/images\/32-simple.png", "64": "assets\/images\/64-simple.png", "128": "assets\/images\/128-simple.png" }, "author": "Stone Intelligence", "action": { "browser_style": false, "default_title": "Simple Tab" }, "chrome_url_overrides": { "newtab": "index.html" } } |