Rons WebLynx Integration
Add links to Rons WebLynx from the browser.
Co to jest Rons WebLynx Integration?
Rons WebLynx Integration to rozszerzenie Chrome opracowane przez https://www.ronsplace.ca, a jego główną funkcją jest „Add links to Rons WebLynx from the browser.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Rons WebLynx Integration
Pobierz pliki rozszerzeń Rons WebLynx Integration w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Rons WebLynx Integration |
ID | caooeihkmeaemnggimbgcgafakdafhah |
Oficjalny URL | https://chromewebstore.google.com/detail/rons-weblynx-integration/caooeihkmeaemnggimbgcgafakdafhah |
Opis | Add links to Rons WebLynx from the browser. |
Rozmiar pliku | 17.3 KB |
Liczba instalacji | 176 |
Aktualna Wersja | 1.0.0.1 |
Ostatnia Aktualizacja | 2020-03-28 |
Data Publikacji | 2020-03-28 |
Ocena | 3.00/5 Łącznie 2 Oceny |
Deweloper | https://www.ronsplace.ca |
Typ Płatności | free |
Strona Rozszerzenia | https://www.ronsplace.ca/Products/RonsWebLynx |
Adres URL Strony Pomocy | https://www.ronsplace.ca/Products/RonsWebLynx/Information |
Obsługiwane Języki | 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" } |