Rons WebLynx Integration
Add links to Rons WebLynx from the browser.
What is Rons WebLynx Integration?
Rons WebLynx Integration is a Chrome extension developed by https://www.ronsplace.ca, and its main feature is "Add links to Rons WebLynx from the browser.".
Extension Screenshots
Download Rons WebLynx Integration Extension CRX File
Download Rons WebLynx Integration extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Rons WebLynx Integration |
ID | caooeihkmeaemnggimbgcgafakdafhah |
Official URL | https://chromewebstore.google.com/detail/rons-weblynx-integration/caooeihkmeaemnggimbgcgafakdafhah |
Description | Add links to Rons WebLynx from the browser. |
File Size | 17.3 KB |
Installation Count | 176 |
Current Version | 1.0.0.1 |
Last Updated | 2020-03-28 |
Publish Date | 2020-03-28 |
Rating | 3.00/5 Total 2 Ratings |
Developer | https://www.ronsplace.ca |
Payment Type | free |
Extension Website | https://www.ronsplace.ca/Products/RonsWebLynx |
Help Page URL | https://www.ronsplace.ca/Products/RonsWebLynx/Information |
Supported Languages | 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" } |