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"
}