Raindrop.io list
Your smart bookmarks. A beautiful way to remember the most important thing.
Raindrop.io list란 무엇입니까?
Raindrop.io list은(는) Nikolay Vasilchuk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Your smart bookmarks. A beautiful way to remember the most important thing."입니다.
확장 프로그램 스크린샷
Raindrop.io list 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
No longer supported. Use the official addon Raindrop.io https://chrome.google.com/webstore/detail/raindropio/ihapciekeckoimelfjmkapoeccmfdipa Raindrop makes bookmarks more vivid and functional. It's an extension to quickly view your Raindrop.io bookmarks. Raindrop.io saves not just bookmarks but associated content depending on page type. If it's an article, it will be cut and saved with the bookmark. The same applies to video, photo and presentations. So you can organize thematic collections with different content. Collections can be made public and used in your application or a website using API.
확장 프로그램 기본 정보
이름 | Raindrop.io list |
ID | hnoljbfpcendgbcefjmllhnnmddojcod |
공식 URL | https://chromewebstore.google.com/detail/raindropio-list/hnoljbfpcendgbcefjmllhnnmddojcod |
설명 | Your smart bookmarks. A beautiful way to remember the most important thing. |
파일 크기 | 52.68 KB |
설치 횟수 | 642 |
현재 버전 | 1.1.1 |
최근 업데이트 | 2014-06-30 |
출시 날짜 | 2014-06-30 |
평점 | 3.90/5 총 10 개의 평점 |
개발자 | Nikolay Vasilchuk |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://raindrop.io/ |
도움말 페이지 URL | http://raindrop.uservoice.com/ |
지원되는 언어 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "version": "1.1.1", "name": "__MSG_name__", "description": "__MSG_description__", "permissions": [ "storage", "http:\/\/raindrop.io\/*" ], "browser_action": { "default_icon": { "38": "icons\/38.png", "19": "icons\/19.png" }, "default_popup": "popup.html", "default_title": "__MSG_name__" }, "icons": { "128": "icons\/128.png", "48": "icons\/48.png", "38": "icons\/38.png", "19": "icons\/19.png" } } |