Website Tracker
Website Tracker is a Google chrome extension to quickly add a list of wesites that you will have at hand in the browser so that…
Website Tracker란 무엇입니까?
Website Tracker은(는) PDF Convertor에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Website Tracker is a Google chrome extension to quickly add a list of wesites that you will have at hand in the browser so that…"입니다.
확장 프로그램 스크린샷
Website Tracker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Website Tracker is a Google chrome extension to quickly add a list of wesites that you will have at hand in the browser so that they can be easily accessed from the context menu. 💚💚💚 Simple tool that help users to save links from adress bar and have more productivity in the navigation at internet.🕛 🕛 🕛 Please add the icon to the context menu to have at hand all the sites you have added 🆔🆔🆔 1: Create quickly and add to the list so as not to waste time browsing every link on the website 3: Delete list or save addresses manually 4: Copy the link you saved and then access it in a new page
확장 프로그램 기본 정보
이름 | Website Tracker |
ID | ngbbnhkjncmdjhnhlekffmdlmgneiodp |
공식 URL | https://chromewebstore.google.com/detail/website-tracker/ngbbnhkjncmdjhnhlekffmdlmgneiodp |
설명 | Website Tracker is a Google chrome extension to quickly add a list of wesites that you will have at hand in the browser so that… |
파일 크기 | 101 KB |
설치 횟수 | 64 |
현재 버전 | 1.0 |
최근 업데이트 | 2022-06-08 |
출시 날짜 | 2022-06-08 |
평점 | 5.00/5 총 41 개의 평점 |
개발자 | PDF Convertor |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.freeprivacypolicy.com/privacy/view/370a968f62d355e4c3260919ef8d7acc |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.0", "options_page": "options.html", "name": "Website Tracker", "action": { "default_popup": "index.html", "default_icon": "images-removebg-preview.png" }, "permissions": [ "storage", "tabs" ], "background": { "service_worker": "worker_container.js" }, "default_locale": "en" } |