Rons WebLynx Integration

Add links to Rons WebLynx from the browser.

Τι είναι το Rons WebLynx Integration;

Το Rons WebLynx Integration είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.ronsplace.ca, και η κύρια λειτουργία του είναι "Add links to Rons WebLynx from the browser.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Rons WebLynx Integration

Λήψη αρχείων επέκτασης Rons WebLynx Integration σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Rons WebLynx Integration Rons WebLynx Integration
ID caooeihkmeaemnggimbgcgafakdafhah
Επίσημο URL https://chromewebstore.google.com/detail/rons-weblynx-integration/caooeihkmeaemnggimbgcgafakdafhah
Περιγραφή Add links to Rons WebLynx from the browser.
Μέγεθος Αρχείου 17.3 KB
Αριθμός Εγκαταστάσεων 176
Τρέχουσα Έκδοση 1.0.0.1
Τελευταία Ενημέρωση 2020-03-28
Ημερομηνία Δημοσίευσης 2020-03-28
Αξιολόγηση 3.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://www.ronsplace.ca
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.ronsplace.ca/Products/RonsWebLynx
Διεύθυνση URL της Σελίδας Βοήθειας https://www.ronsplace.ca/Products/RonsWebLynx/Information
Υποστηριζόμενες Γλώσσες 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"
}