People

The People extension is making browsing super fast and efficient for todays web users.

Co je People?

People je rozšíření Chrome vyvinuté https://people-tab.com, a jeho hlavní funkcí je „The People extension is making browsing super fast and efficient for todays web users.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření People

Stáhněte si soubory rozšíření People ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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/                    

Základní Informace o Rozšíření

Název People People
ID gbkifnmjkjmmncjcfcpdcnajlipadhem
Oficiální URL https://chromewebstore.google.com/detail/people/gbkifnmjkjmmncjcfcpdcnajlipadhem
Popis The People extension is making browsing super fast and efficient for todays web users.
Velikost souboru 8.15 MB
Počet instalací 67,832
Aktuální Verze 1.0.5
Poslední Aktualizace 2023-10-13
Datum Vydání 2021-04-27
Hodnocení 4.86/5 Celkem 21 Hodnocení
Vývojář https://people-tab.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://people-tab.com
URL Stránky Zásad Ochrany Soukromí https://syndic8.asia/privacy
Podporované Jazyky 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": []
}