Rons WebLynx Integration

Add links to Rons WebLynx from the browser.

什麼是Rons WebLynx Integration?

Rons WebLynx Integration是由https://www.ronsplace.ca開發的Chrome擴展程式,該擴展的主要功能是“Add links to Rons WebLynx from the browser.”。

擴展截圖

screenshot

下載Rons WebLynx Integration擴展crx文件

下載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
官方網址 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"
}