GimmeSerendipity Addon
GimmeSerendipity Addon
O que é GimmeSerendipity Addon?
GimmeSerendipity Addon é uma extensão do Chrome desenvolvida por https://gimmeserendipity.com, e sua principal característica é "GimmeSerendipity Addon".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão GimmeSerendipity Addon
Baixe arquivos de extensão GimmeSerendipity Addon no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | GimmeSerendipity Addon |
ID | jaopbdjpenebjbcfgldlmkgibndibdja |
URL Oficial | https://chromewebstore.google.com/detail/gimmeserendipity-addon/jaopbdjpenebjbcfgldlmkgibndibdja |
Descrição | GimmeSerendipity Addon |
Tamanho do Arquivo | 21.96 KB |
Contagem de Instalações | 31 |
Versão Atual | 1.0 |
Última Atualização | 2019-12-21 |
Data de Publicação | 2019-12-21 |
Desenvolvedor | https://gimmeserendipity.com |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://gimmeserendipity.com/pages/privacy_policy?bar=sites |
Idiomas Suportados | 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" ] } |