GimmeSerendipity Addon

GimmeSerendipity Addon

Co to jest GimmeSerendipity Addon?

GimmeSerendipity Addon to rozszerzenie Chrome opracowane przez https://gimmeserendipity.com, a jego główną funkcją jest „GimmeSerendipity Addon”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia GimmeSerendipity Addon

Pobierz pliki rozszerzeń GimmeSerendipity Addon w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Are you bored and want to discover interesting sites on the Internet but have no idea what to search for? Then you'll want to use the Gimmeserendipity Addon!  This addon open a link to a random website and will ask you to rate the site from 1 to 5 before giving you another site to look at and rate.  Using Machine Learning, this program will learn the types of sites you like and dislike and will give you random.

Think of this as Pandora or Netflix but for discovering new websites.

And you can also submit new websites to our database as well!                    

Podstawowe informacje o rozszerzeniu

Nazwa GimmeSerendipity Addon GimmeSerendipity Addon
ID jaopbdjpenebjbcfgldlmkgibndibdja
Oficjalny URL https://chromewebstore.google.com/detail/gimmeserendipity-addon/jaopbdjpenebjbcfgldlmkgibndibdja
Opis GimmeSerendipity Addon
Rozmiar pliku 21.96 KB
Liczba instalacji 31
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2019-12-21
Data Publikacji 2019-12-21
Deweloper https://gimmeserendipity.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://gimmeserendipity.com/pages/privacy_policy?bar=sites
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GimmeSerendipity Addon",
    "version": "1.0",
    "description": "GimmeSerendipity Addon",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "web_accessible_resources": [
        "popup.html",
        "https:\/\/gimmeserendipity.com",
        "https:\/\/www.googletagmanager.com"
    ]
}