Roam Research Markdown Links
Automatically pastes links on Roam Research as Markdown and set the link text as the linked page title
Roam Research Markdown Links क्या है?
Roam Research Markdown Links João Valente द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically pastes links on Roam Research as Markdown and set the link text as the linked page title"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Roam Research Markdown Links एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
When pasting a link on Roam Research, this extension will look for the browser tab that correspond to the pasted link, extract the tab title and use it to create a markdown link.
एक्सटेंशन की मूल जानकारी
नाम | Roam Research Markdown Links |
ID | idlhfmfbimbonggifafgaenpijapenjf |
आधिकारिक URL | https://chromewebstore.google.com/detail/roam-research-markdown-li/idlhfmfbimbonggifafgaenpijapenjf |
विवरण | Automatically pastes links on Roam Research as Markdown and set the link text as the linked page title |
फ़ाइल का आकार | 10.93 KB |
स्थापना संख्या | 265 |
वर्तमान संस्करण | 1.6.0 |
अंतिम अपडेट | 2021-03-24 |
प्रकाशन तिथि | 2020-10-27 |
रेटिंग | 4.50/5 कुल 4 रेटिंग्स |
डेवलपर | João Valente |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/jvalente/roamresearchmarkdownlinks |
सहायता पृष्ठ URL | https://github.com/jvalente/roamresearchmarkdownlinks |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Roam Research Markdown Links", "version": "1.6.0", "description": "Automatically pastes links on Roam Research as Markdown and set the link text as the linked page title", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/roamresearch.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "manifest_version": 2 } |