Yipp BETA

Create and curate collections of web pages with others

Yipp BETA란 무엇입니까?

Yipp BETA은(는) http://joinyipp.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create and curate collections of web pages with others"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Yipp BETA 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Bring all your group's research together, giving everyone shared collections where web pages are organized, accessible and annotated. 

Help us make Yipp better! Email us at [email protected] with ideas, bugs, and more :)

FEATURES

Shared collections: Start a collection of web pages and invite others to help you build it out.

Page annotation: Leave comments directly on each page.

Direct Link Tagging: Forget about copy/pasting links to your peers. Yipp let's you tag people directly on any page.                    

확장 프로그램 기본 정보

이름 Yipp BETA Yipp BETA
ID lephjajphneoinokolflebmffpfmpplo
공식 URL https://chrome.google.com/webstore/detail/yipp-beta/lephjajphneoinokolflebmffpfmpplo
설명 Create and curate collections of web pages with others
파일 크기 2.65 MB
설치 횟수 27
현재 버전 1.54
최근 업데이트 2018-02-06
출시 날짜 2018-02-06
평점 5.00/5 총 3 개의 평점
개발자 http://joinyipp.com
결제 유형 free
확장 프로그램 웹 사이트 https://www.joinyipp.com
도움말 페이지 URL https://www.joinyipp.com/help/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Yipp BETA",
    "description": "Create and curate collections of web pages with others",
    "version": "1.54",
    "browser_action": {
        "default_icon": "iconActive128.png",
        "default_popup": "register.html",
        "default_title": "Click here!"
    },
    "icons": {
        "128": "iconActive128.png"
    },
    "background": {
        "scripts": [
            "js\/jquery-3.2.1.min.js",
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/code.jquery.com https:\/\/*.firebaseio.com https:\/\/cdnjs.cloudflare.com https:\/\/connect.facebook.net https:\/\/maxcdn.bootstrapcdn.com https:\/\/www.gstatic.com\/ 'sha256-T4R\/t1xAG5XQkwrxIyFSM8oa5kR4dgDzCBadBGWklDY=' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "gcm",
        "activeTab",
        "tabs",
        "storage",
        "cookies",
        "*:\/\/pickle-server-183401.appspot.com\/*",
        "notifications"
    ]
}