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