Rons WebLynx Integration
Add links to Rons WebLynx from the browser.
Rons WebLynx Integration क्या है?
Rons WebLynx Integration https://www.ronsplace.ca द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add links to Rons WebLynx from the browser."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Rons WebLynx Integration एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Rons WebLynx is a Powerful bookmark manager to organize large numbers of links. Sort bookmarks into folders, edit, rate, tag (with colours) and add notes. Import or paste links and let them get tagged and stored automatically with the Automatic Link Filing. This extension adds support to add links to Rons WebLynx (https://www.ronsplace.ca/Products/RonsWebLynx) from the browser.
एक्सटेंशन की मूल जानकारी
नाम | Rons WebLynx Integration |
ID | caooeihkmeaemnggimbgcgafakdafhah |
आधिकारिक URL | https://chromewebstore.google.com/detail/rons-weblynx-integration/caooeihkmeaemnggimbgcgafakdafhah |
विवरण | Add links to Rons WebLynx from the browser. |
फ़ाइल का आकार | 17.3 KB |
स्थापना संख्या | 176 |
वर्तमान संस्करण | 1.0.0.1 |
अंतिम अपडेट | 2020-03-28 |
प्रकाशन तिथि | 2020-03-28 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://www.ronsplace.ca |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.ronsplace.ca/Products/RonsWebLynx |
सहायता पृष्ठ URL | https://www.ronsplace.ca/Products/RonsWebLynx/Information |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "browser_style": true, "default_title": "Rons WebLynx Integration", "default_popup": "menu.html" }, "icons": { "48": "icons\/IconWBL_48.png" }, "description": "Add links to Rons WebLynx from the browser.", "homepage_url": "https:\/\/www.ronsplace.ca\/Products\/RonsWebLynx", "manifest_version": 2, "name": "Rons WebLynx Integration", "permissions": [ "tabs", "activeTab", "nativeMessaging" ], "version": "1.0.0.1" } |