People
The People extension is making browsing super fast and efficient for todays web users.
People란 무엇입니까?
People은(는) https://people-tab.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The People extension is making browsing super fast and efficient for todays web users."입니다.
확장 프로그램 스크린샷
People 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
People tab is an extension with a simple layout. It enables your browser experience to be different. It contains different photos of people from around the world and handy quick links . The extension uses the Yahoo search engine and it will take you to your results fast by directly launching you into the web instantly and landing you on a search results page. By clicking "Add to Chrome", I accept and agree to installing the People-tab Chrome extension and setting Chrome™ New Tab, Homepage takeover, and Default Search to that provided by the service and the Terms of Use and Privacy Policy Terms of Use: https://people-tab.com/terms/ Privacy Policy: https://people-tab.com/privacy/
확장 프로그램 기본 정보
이름 | People |
ID | gbkifnmjkjmmncjcfcpdcnajlipadhem |
공식 URL | https://chromewebstore.google.com/detail/people/gbkifnmjkjmmncjcfcpdcnajlipadhem |
설명 | The People extension is making browsing super fast and efficient for todays web users. |
파일 크기 | 8.15 MB |
설치 횟수 | 67,832 |
현재 버전 | 1.0.5 |
최근 업데이트 | 2023-10-13 |
출시 날짜 | 2021-04-27 |
평점 | 4.86/5 총 21 개의 평점 |
개발자 | https://people-tab.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://people-tab.com |
개인정보 보호 정책 페이지 URL | https://syndic8.asia/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "static\/js\/background.js" }, "version": "1.0.5", "manifest_version": 3, "name": "People", "description": "The People extension is making browsing super fast and efficient for todays web users.", "homepage_url": "https:\/\/people-tab.com\/", "permissions": [ "storage" ], "icons": { "16": "img\/icon16px.png", "48": "img\/icon48px.png", "128": "img\/icon128px.png" }, "chrome_url_overrides": { "newtab": "newTab.html" }, "chrome_settings_overrides": { "search_provider": { "name": "People", "keyword": "Keyword", "search_url": "https:\/\/search.people-tab.com\/search?q={searchTerms}", "favicon_url": "https:\/\/people-tab.com\/wp-content\/uploads\/2021\/04\/favicon.ico", "encoding": "UTF-8", "is_default": true } }, "content_security_policy": [] } |