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」です。
拡張機能のスクリーンショット
Yipp BETA拡張機能のCRXファイルをダウンロード
Yipp BETA拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
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" ] } |