GimmeSerendipity Addon

GimmeSerendipity Addon

GimmeSerendipity Addon란 무엇입니까?

GimmeSerendipity Addon은(는) https://gimmeserendipity.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "GimmeSerendipity Addon"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

GimmeSerendipity Addon 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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"
    ]
}