Rons WebLynx Integration

Add links to Rons WebLynx from the browser.

Rons WebLynx Integration là gì?

Rons WebLynx Integration là một tiện ích mở rộng Chrome được phát triển bởi https://www.ronsplace.ca, và tính năng chính của nó là "Add links to Rons WebLynx from the browser.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Rons WebLynx Integration

Tải xuống các tệp mở rộng Rons WebLynx Integration dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Rons WebLynx Integration Rons WebLynx Integration
ID caooeihkmeaemnggimbgcgafakdafhah
URL Chính Thức https://chromewebstore.google.com/detail/rons-weblynx-integration/caooeihkmeaemnggimbgcgafakdafhah
Mô tả Add links to Rons WebLynx from the browser.
Kích Thước Tệp 17.3 KB
Số Lần Cài Đặt 176
Phiên Bản Hiện Tại 1.0.0.1
Cập Nhật Lần Cuối 2020-03-28
Ngày Phát Hành 2020-03-28
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://www.ronsplace.ca
Loại Thanh Toán free
Trang Web Mở Rộng https://www.ronsplace.ca/Products/RonsWebLynx
URL Trang Trợ Giúp https://www.ronsplace.ca/Products/RonsWebLynx/Information
Ngôn Ngữ Được Hỗ Trợ 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"
}