Rumin
The fastest way to collect information from diverse sources on the web - Rumin helps you capture any content instantly.
Rumin란 무엇입니까?
Rumin은(는) https://getrumin.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The fastest way to collect information from diverse sources on the web - Rumin helps you capture any content instantly."입니다.
확장 프로그램 스크린샷
Rumin 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Instantly capture your learnings on the web. Save any passage, screenshots, bookmarks, and link to existing knowledge in just a few clicks. Rumin also automatically extracts key information from the page, including the current time in the YouTube video, Skillshare, Netflix, Linkedin Learning, messages on Slack, Reddit, course information on edX, and much more! This is perfect for learning, research, and saving interesting ideas for your creative work! Note that you need to be logged in to getrumin.com for this extension to work.
확장 프로그램 기본 정보
이름 | Rumin |
ID | eboiffdknchlbeboepkadciilgmaojbj |
공식 URL | https://chromewebstore.google.com/detail/rumin/eboiffdknchlbeboepkadciilgmaojbj |
설명 | The fastest way to collect information from diverse sources on the web - Rumin helps you capture any content instantly. |
파일 크기 | 544 KB |
설치 횟수 | 590 |
현재 버전 | 0.0.0.15 |
최근 업데이트 | 2020-07-13 |
출시 날짜 | 2020-06-25 |
평점 | 4.20/5 총 5 개의 평점 |
개발자 | https://getrumin.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://getrumin.com |
도움말 페이지 URL | https://getrumin.com/spaces/84a1c910-f167-4231-91a5-479d12961ab9 |
개인정보 보호 정책 페이지 URL | https://getrumin.com/spaces/7dd65dc0-d793-4eb0-a6b4-56c1f9fe33e4 |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rumin", "version": "0.0.0.15", "description": "The fastest way to collect information from diverse sources on the web - Rumin helps you capture any content instantly.", "permissions": [ "activeTab" ], "optional_permissions": [ "storage" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "vendor\/jquery-3.4.1.min.js", "vendor\/tiny-tfidf.js", "content.js" ], "css": [ "css\/content.css" ] } ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png" } }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+K", "windows": "Ctrl+Shift+K", "mac": "Command+Shift+K" } } }, "icons": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png", "128": "images\/icon128.png" }, "manifest_version": 2 } |