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文件
下载Rumin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 } |