Rons WebLynx Integration
Add links to Rons WebLynx from the browser.
Qu'est-ce que Rons WebLynx Integration ?
Rons WebLynx Integration est une extension Chrome développée par https://www.ronsplace.ca, et sa fonction principale est "Add links to Rons WebLynx from the browser.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Rons WebLynx Integration
Téléchargez les fichiers d'extension Rons WebLynx Integration au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Rons WebLynx Integration |
ID | caooeihkmeaemnggimbgcgafakdafhah |
URL Officiel | https://chromewebstore.google.com/detail/rons-weblynx-integration/caooeihkmeaemnggimbgcgafakdafhah |
Description | Add links to Rons WebLynx from the browser. |
Taille du Fichier | 17.3 KB |
Nombre d'Installations | 176 |
Version Actuelle | 1.0.0.1 |
Dernière Mise à Jour | 2020-03-28 |
Date de Publication | 2020-03-28 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | https://www.ronsplace.ca |
Type de Paiement | free |
Site Web de l'Extension | https://www.ronsplace.ca/Products/RonsWebLynx |
URL de la Page d'Aide | https://www.ronsplace.ca/Products/RonsWebLynx/Information |
Langues Prises en Charge | 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" } |