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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
}