GimmeSerendipity Addon
GimmeSerendipity Addon
什么是GimmeSerendipity Addon?
GimmeSerendipity Addon是由https://gimmeserendipity.com开发的Chrome扩展程序,该扩展的主要功能是“GimmeSerendipity Addon”。
扩展截图
下载GimmeSerendipity Addon扩展crx文件
下载GimmeSerendipity Addon扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | GimmeSerendipity Addon |
ID | jaopbdjpenebjbcfgldlmkgibndibdja |
官方URL | https://chromewebstore.google.com/detail/gimmeserendipity-addon/jaopbdjpenebjbcfgldlmkgibndibdja |
简介 | GimmeSerendipity Addon |
文件大小 | 21.96 KB |
安装次数 | 31 |
当前版本 | 1.0 |
更新时间 | 2019-12-21 |
上架时间 | 2019-12-21 |
开发者 | https://gimmeserendipity.com |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://gimmeserendipity.com/pages/privacy_policy?bar=sites |
支持的语言 | 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" ] } |