GimmeSerendipity Addon

GimmeSerendipity Addon

Apa itu GimmeSerendipity Addon?

GimmeSerendipity Addon adalah ekstensi Chrome yang dikembangkan oleh https://gimmeserendipity.com, dan fitur utamanya adalah "GimmeSerendipity Addon".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi GimmeSerendipity Addon

Unduh file ekstensi GimmeSerendipity Addon dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama GimmeSerendipity Addon GimmeSerendipity Addon
ID jaopbdjpenebjbcfgldlmkgibndibdja
URL Resmi https://chromewebstore.google.com/detail/gimmeserendipity-addon/jaopbdjpenebjbcfgldlmkgibndibdja
Deskripsi GimmeSerendipity Addon
Ukuran File 21.96 KB
Jumlah Instalasi 31
Versi Saat Ini 1.0
Terakhir Diperbarui 2019-12-21
Tanggal Publikasi 2019-12-21
Pengembang https://gimmeserendipity.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://gimmeserendipity.com/pages/privacy_policy?bar=sites
Bahasa yang Didukung 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"
    ]
}