Rons WebLynx Integration

Add links to Rons WebLynx from the browser.

O que é Rons WebLynx Integration?

Rons WebLynx Integration é uma extensão do Chrome desenvolvida por https://www.ronsplace.ca, e sua principal característica é "Add links to Rons WebLynx from the browser.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Rons WebLynx Integration

Baixe arquivos de extensão Rons WebLynx Integration no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Rons WebLynx Integration Rons WebLynx Integration
ID caooeihkmeaemnggimbgcgafakdafhah
URL Oficial https://chromewebstore.google.com/detail/rons-weblynx-integration/caooeihkmeaemnggimbgcgafakdafhah
Descrição Add links to Rons WebLynx from the browser.
Tamanho do Arquivo 17.3 KB
Contagem de Instalações 176
Versão Atual 1.0.0.1
Última Atualização 2020-03-28
Data de Publicação 2020-03-28
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor https://www.ronsplace.ca
Tipo de Pagamento free
Site da Extensão https://www.ronsplace.ca/Products/RonsWebLynx
URL da Página de Ajuda https://www.ronsplace.ca/Products/RonsWebLynx/Information
Idiomas Suportados 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"
}