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.”。

擴展截圖

screenshot

下載People擴展crx文件

下載People擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 People
ID gbkifnmjkjmmncjcfcpdcnajlipadhem
官方網址 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": []
}