Rons WebLynx Integration

Add links to Rons WebLynx from the browser.

Vad är Rons WebLynx Integration?

Rons WebLynx Integration är en Chrome-tillägg utvecklad av https://www.ronsplace.ca, och dess huvudfunktion är "Add links to Rons WebLynx from the browser.".

Tilläggsskärmbilder

screenshot

Ladda ner Rons WebLynx Integration-förlängningens CRX-fil

Ladda ner Rons WebLynx Integration-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Rons WebLynx Integration Rons WebLynx Integration
ID caooeihkmeaemnggimbgcgafakdafhah
Officiell webbadress https://chromewebstore.google.com/detail/rons-weblynx-integration/caooeihkmeaemnggimbgcgafakdafhah
Beskrivning Add links to Rons WebLynx from the browser.
Filstorlek 17.3 KB
Antal Installationer 176
Aktuell Version 1.0.0.1
Senast Uppdaterad 2020-03-28
Publiceringsdatum 2020-03-28
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare https://www.ronsplace.ca
Betalningssätt free
Tilläggswebbplats https://www.ronsplace.ca/Products/RonsWebLynx
Hjälpsida URL https://www.ronsplace.ca/Products/RonsWebLynx/Information
Stödda Språk 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"
}