GimmeSerendipity Addon

GimmeSerendipity Addon

什麼是GimmeSerendipity Addon?

GimmeSerendipity Addon是由https://gimmeserendipity.com開發的Chrome擴展程式,該擴展的主要功能是“GimmeSerendipity Addon”。

擴展截圖

screenshot
screenshot

下載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 GimmeSerendipity Addon
ID jaopbdjpenebjbcfgldlmkgibndibdja
官方網址 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"
    ]
}