Anders Pink
This extension allows you to save articles to your Anders Pink boards
Anders Pink란 무엇입니까?
Anders Pink은(는) https://anderspink.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows you to save articles to your Anders Pink boards"입니다.
확장 프로그램 스크린샷
Anders Pink 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Curate content from anywhere on the web and share easily with your teams. Anders Pink is a curation tool that enables you to automatically filter and curate content on any topic and share with your teams, or embed in your Learning Platforms. The Anders Pink Chrome extension lets you save any article from the web and instantly add it to a saved articles board. Your saved articles board is a set of manually curated content, shared with your team. You can add comments and notifications to articles from the web as you save them. If you’re using the Anders Pink plugin for various Learning Management Systems, you can save articles using the Chrome Extension and they will immediately appear in your LMS, making curation instant and easy. Find out more at https://anderspink.com
확장 프로그램 기본 정보
이름 | Anders Pink |
ID | laoobdnlmddceccanlpdnfappecaefgl |
공식 URL | https://chromewebstore.google.com/detail/anders-pink/laoobdnlmddceccanlpdnfappecaefgl |
설명 | This extension allows you to save articles to your Anders Pink boards |
파일 크기 | 43.96 KB |
설치 횟수 | 99 |
현재 버전 | 1.1 |
최근 업데이트 | 2016-11-07 |
출시 날짜 | 2016-11-07 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://anderspink.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://anderspink.com |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Anders Pink", "description": "This extension allows you to save articles to your Anders Pink boards", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Save this article" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "activeTab" ] } |