Yipp BETA
Create and curate collections of web pages with others
Yipp BETA là gì?
Yipp BETA là một tiện ích mở rộng Chrome được phát triển bởi http://joinyipp.com, và tính năng chính của nó là "Create and curate collections of web pages with others".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Yipp BETA
Tải xuống các tệp mở rộng Yipp BETA dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lephjajphneoinokolflebmffpfmpplo |
URL Chính Thức | https://chrome.google.com/webstore/detail/yipp-beta/lephjajphneoinokolflebmffpfmpplo |
Mô tả | Create and curate collections of web pages with others |
Kích Thước Tệp | 2.65 MB |
Số Lần Cài Đặt | 27 |
Phiên Bản Hiện Tại | 1.54 |
Cập Nhật Lần Cuối | 2018-02-06 |
Ngày Phát Hành | 2018-02-06 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | http://joinyipp.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.joinyipp.com |
URL Trang Trợ Giúp | https://www.joinyipp.com/help/ |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |