WorkFlowy Link Preview
Link Previewer for https://workflowy.com/
WorkFlowy Link Preview क्या है?
WorkFlowy Link Preview Roman Chukhan | @roman_chukhan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Link Previewer for https://workflowy.com/"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में WorkFlowy Link Preview एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This Google Chrome browser extension allows users to preview any URL inside a WorkFlowy bullet node. The extension fetches provided URL meta tags data (image, title and description) in the background process and embeds it to the WorkFlowy bullet node. Alongside with URL preview, this extension allows users to preview images and gifs. Usage: Preview any URL using the following syntax: !(your URL goes here inside the round brackets) For example: !(https://www.booking.com/Share-Tz4hNz) or image link: !(https://r-cf.bstatic.com/images/hotel/max1024x768/190/190867355.jpg) Version v1.1.0 update: - change preview layout + highlight embedded area with the vertical line - display embedded image according to its aspect ratio Version v1.1.1 update: - extension is available for WorkFlowy Beta 🙌 Extension source code is open-sourced here: https://github.com/karatsuba/workflowy-link-preview
एक्सटेंशन की मूल जानकारी
नाम | WorkFlowy Link Preview |
ID | fljjakgbhacdbaakanomobomelbkjafm |
आधिकारिक URL | https://chromewebstore.google.com/detail/workflowy-link-preview/fljjakgbhacdbaakanomobomelbkjafm |
विवरण | Link Previewer for https://workflowy.com/ |
फ़ाइल का आकार | 89.99 KB |
स्थापना संख्या | 248 |
वर्तमान संस्करण | 1.1.1 |
अंतिम अपडेट | 2020-06-25 |
प्रकाशन तिथि | 2020-06-24 |
रेटिंग | 3.86/5 कुल 7 रेटिंग्स |
डेवलपर | Roman Chukhan | @roman_chukhan |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://twitter.com/roman_chukhan |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WorkFlowy Link Preview", "description": "Link Previewer for https:\/\/workflowy.com\/", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*.workflowy.com\/*" ], "js": [ "content.js" ] } ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "manifest_version": 2, "version": "1.1.1" } |