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.」です。
拡張機能のスクリーンショット
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 |
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" } |