Rons WebLynx Integration
Add links to Rons WebLynx from the browser.
¿Qué es Rons WebLynx Integration?
Rons WebLynx Integration es una extensión de Chrome desarrollada por https://www.ronsplace.ca, y su función principal es "Add links to Rons WebLynx from the browser.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Rons WebLynx Integration
Descarga archivos de extensión Rons WebLynx Integration en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Rons WebLynx Integration |
ID | caooeihkmeaemnggimbgcgafakdafhah |
URL Oficial | https://chromewebstore.google.com/detail/rons-weblynx-integration/caooeihkmeaemnggimbgcgafakdafhah |
Descripción | Add links to Rons WebLynx from the browser. |
Tamaño del Archivo | 17.3 KB |
Cantidad de Instalaciones | 176 |
Versión Actual | 1.0.0.1 |
Última Actualización | 2020-03-28 |
Fecha de Publicación | 2020-03-28 |
Calificación | 3.00/5 Total de 2 Calificaciones |
Desarrollador | https://www.ronsplace.ca |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.ronsplace.ca/Products/RonsWebLynx |
URL de la Página de Ayuda | https://www.ronsplace.ca/Products/RonsWebLynx/Information |
Idiomas Soportados | 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" } |