Mindomo Bookmarks
Capture links, images, text snippets to Mindomo and organize them in a mind map.
Mindomo Bookmarks क्या है?
Mindomo Bookmarks https://www.mindomo.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Capture links, images, text snippets to Mindomo and organize them in a mind map."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Mindomo Bookmarks एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Mindomo Bookmarks comes to optimize your mind mapping experience and help you build better ideas. Easy to use, with real-time syncing, Mindomo Bookmarks is really good at capturing resources quickly and letting you process them correctly later. Get started in a few Seconds - Stop losing Cool Web Pages - Easily save and use links with one click - Add pictures to your map in seconds - Use them to create stunning maps with Mindomo What you can bookmark with Mindomo - Find and add any text that you consider relevant to have in your mind map - Use the best images from the web to use for your ideas - Add hyperlinks to your statement - Active link in the browser, bookmark now and use it in your work later
एक्सटेंशन की मूल जानकारी
नाम | Mindomo Bookmarks |
ID | ghabekkoaicdmfgggmocafcdllmdhamb |
आधिकारिक URL | https://chromewebstore.google.com/detail/mindomo-bookmarks/ghabekkoaicdmfgggmocafcdllmdhamb |
विवरण | Capture links, images, text snippets to Mindomo and organize them in a mind map. |
फ़ाइल का आकार | 55.57 KB |
स्थापना संख्या | 10,000 |
वर्तमान संस्करण | 2.4 |
अंतिम अपडेट | 2022-02-19 |
प्रकाशन तिथि | 2017-05-19 |
रेटिंग | 3.76/5 कुल 34 रेटिंग्स |
डेवलपर | https://www.mindomo.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.mindomo.com/tools/index.htm |
सहायता पृष्ठ URL | https://help.mindomo.com/integrations/bookmarks/mindomo-bookmarks/ |
गोपनीयता नीति पृष्ठ URL | https://www.mindomo.com/privacy.htm |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mindomo Bookmarks", "short_name": "Mindomo Bookmarks", "manifest_version": 2, "version": "2.4", "description": "Capture links, images, text snippets to Mindomo and organize them in a mind map.", "icons": { "16": "skin\/16.png", "48": "skin\/48.png", "128": "skin\/128.png" }, "default_locale": "en_US", "minimum_chrome_version": "20", "background": { "scripts": [ "jquery.js", "serverUrl.js", "server.js", "common.js", "extension.js" ] }, "options_page": "options.html", "browser_action": { "default_icon": "skin\/16.png", "default_title": "Save page link to Mindomo" }, "web_accessible_resources": [ "skin\/*.png" ], "permissions": [ "contextMenus", "tabs" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery.js", "progress.js", "contentscript.js" ] } ] } |