Rons WebLynx Integration
Add links to Rons WebLynx from the browser.
Hvad er Rons WebLynx Integration?
Rons WebLynx Integration er en Chrome-udvidelse udviklet af https://www.ronsplace.ca, og dens hovedfunktion er "Add links to Rons WebLynx from the browser.".
Udvidelsesskærmbilleder
Download Rons WebLynx Integration-udvidelses-CRX-fil
Download Rons WebLynx Integration-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Rons WebLynx Integration |
ID | caooeihkmeaemnggimbgcgafakdafhah |
Officiel URL | https://chromewebstore.google.com/detail/rons-weblynx-integration/caooeihkmeaemnggimbgcgafakdafhah |
Beskrivelse | Add links to Rons WebLynx from the browser. |
Filstørrelse | 17.3 KB |
Antal Installationer | 176 |
Nuværende Version | 1.0.0.1 |
Senest Opdateret | 2020-03-28 |
Udgivelsesdato | 2020-03-28 |
Bedømmelse | 3.00/5 Samlet 2 Bedømmelser |
Udvikler | https://www.ronsplace.ca |
Betalingsmetode | free |
Udvidelseswebsted | https://www.ronsplace.ca/Products/RonsWebLynx |
Hjælpeside-URL | https://www.ronsplace.ca/Products/RonsWebLynx/Information |
Understøttede Sprog | 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" } |