roam-autolink
track and automate words that have been made into links/pages on roam research
roam-autolink란 무엇입니까?
roam-autolink은(는) extendydev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "track and automate words that have been made into links/pages on roam research"입니다.
확장 프로그램 스크린샷
roam-autolink 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is an extension for roam that allows users to designate certain words to automatically form links when typed. How to use it: https://github.com/BlakeAnd/link-dictionary/blob/master/README.md
확장 프로그램 기본 정보
이름 | roam-autolink |
ID | ilegcckbllooaoplapjfgkgjkjpbbjpe |
공식 URL | https://chromewebstore.google.com/detail/roam-autolink/ilegcckbllooaoplapjfgkgjkjpbbjpe |
설명 | track and automate words that have been made into links/pages on roam research |
파일 크기 | 5.02 KB |
설치 횟수 | 200 |
현재 버전 | 1.3 |
최근 업데이트 | 2020-08-27 |
출시 날짜 | 2020-06-12 |
평점 | 4.50/5 총 2 개의 평점 |
개발자 | extendydev |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://github.com/BlakeAnd/link-dictionary/blob/master/README.md |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "roam-autolink", "version": "1.3", "description": "track and automate words that have been made into links\/pages on roam research", "manifest_version": 2, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/roamresearch.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |