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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } |