Rons WebLynx Integration

Add links to Rons WebLynx from the browser.

Wat is Rons WebLynx Integration?

Rons WebLynx Integration is een Chrome-extensie ontwikkeld door https://www.ronsplace.ca, en de belangrijkste functie is "Add links to Rons WebLynx from the browser.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Rons WebLynx Integration

Download Rons WebLynx Integration-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Rons WebLynx Integration Rons WebLynx Integration
ID caooeihkmeaemnggimbgcgafakdafhah
Officiële URL https://chromewebstore.google.com/detail/rons-weblynx-integration/caooeihkmeaemnggimbgcgafakdafhah
Beschrijving Add links to Rons WebLynx from the browser.
Bestandsgrootte 17.3 KB
Aantal Installaties 176
Huidige Versie 1.0.0.1
Laatst Bijgewerkt 2020-03-28
Publicatiedatum 2020-03-28
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://www.ronsplace.ca
Betalingswijze free
Extensiewebsite https://www.ronsplace.ca/Products/RonsWebLynx
Help Pagina-URL https://www.ronsplace.ca/Products/RonsWebLynx/Information
Ondersteunde Talen 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"
}