Rons WebLynx Integration

Add links to Rons WebLynx from the browser.

Was ist Rons WebLynx Integration?

Rons WebLynx Integration ist eine Chrome-Erweiterung, die von https://www.ronsplace.ca entwickelt wurde, und ihr Hauptmerkmal ist "Add links to Rons WebLynx from the browser.".

Erweiterungsscreenshots

screenshot

Rons WebLynx Integration-Erweiterungs-CRX-Datei herunterladen

Laden Sie Rons WebLynx Integration-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Rons WebLynx Integration Rons WebLynx Integration
ID caooeihkmeaemnggimbgcgafakdafhah
Offizielle URL https://chromewebstore.google.com/detail/rons-weblynx-integration/caooeihkmeaemnggimbgcgafakdafhah
Beschreibung Add links to Rons WebLynx from the browser.
Dateigröße 17.3 KB
Installationsanzahl 176
Aktuelle Version 1.0.0.1
Letztes Update 2020-03-28
Veröffentlichungsdatum 2020-03-28
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler https://www.ronsplace.ca
Zahlungsart free
Erweiterungswebsite https://www.ronsplace.ca/Products/RonsWebLynx
Hilfeseite URL https://www.ronsplace.ca/Products/RonsWebLynx/Information
Unterstützte Sprachen 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"
}