GimmeSerendipity Addon
GimmeSerendipity Addon
Cos'è GimmeSerendipity Addon?
GimmeSerendipity Addon è un'estensione di Chrome sviluppata da https://gimmeserendipity.com, e la sua funzione principale è "GimmeSerendipity Addon".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GimmeSerendipity Addon
Scarica i file di estensione GimmeSerendipity Addon in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | GimmeSerendipity Addon |
ID | jaopbdjpenebjbcfgldlmkgibndibdja |
URL Ufficiale | https://chromewebstore.google.com/detail/gimmeserendipity-addon/jaopbdjpenebjbcfgldlmkgibndibdja |
Descrizione | GimmeSerendipity Addon |
Dimensione del File | 21.96 KB |
Conteggio Installazioni | 31 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2019-12-21 |
Data di Pubblicazione | 2019-12-21 |
Sviluppatore | https://gimmeserendipity.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://gimmeserendipity.com/pages/privacy_policy?bar=sites |
Lingue Supportate | 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" ] } |