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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The fastest way to collect information from diverse sources on the web - Rumin helps you capture any content instantly."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Rumin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 } |