Read Later Tab
Read Later Tab helps to make progress with your read later bookmarks
Read Later Tab란 무엇입니까?
Read Later Tab은(는) https://extension.ninja에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Read Later Tab helps to make progress with your read later bookmarks"입니다.
확장 프로그램 스크린샷
Read Later Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Do you have a habit of saving bookmarks for later reading but never get around to them? Do you wish you could organize your bookmarks better and access them faster? If so, Read Later Tab is the perfect extension for you. Read Later Tab is a new tab extension that helps you take control of your bookmarks. It automatically displays your “read later” folder on every new tab, so you can easily see what you have saved and open them with one click. You can also quickly delete your bookmarks from the same page. With Read Later Tab, you will never lose track of your bookmarks again. You will be able to read more articles, learn new things, and enjoy your online browsing experience. Try it today and see the difference! Features: - Select a bookmark folder to show quick access links like email, community sites etc. - Select a bookmark folder where you keep the "Read Later" links and get reminded about it every time you open a new tab - Randomly open "Read Later" website if you don't know where to start
확장 프로그램 기본 정보
이름 | Read Later Tab |
ID | jmnkpjfhpgcaiphnkapgcefipkcceamp |
공식 URL | https://chromewebstore.google.com/detail/read-later-tab/jmnkpjfhpgcaiphnkapgcefipkcceamp |
설명 | Read Later Tab helps to make progress with your read later bookmarks |
파일 크기 | 74.69 KB |
설치 횟수 | 118 |
현재 버전 | 1.0.13 |
최근 업데이트 | 2023-03-02 |
출시 날짜 | 2020-01-16 |
평점 | 4.80/5 총 5 개의 평점 |
개발자 | https://extension.ninja |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.agilesaturday.com/extension-privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Read Later Tab", "short_name": "ReadLaterTab", "description": "Read Later Tab helps to make progress with your read later bookmarks", "version": "1.0.13", "icons": { "19": "icons\/icon19.png", "128": "icons\/icon128.png" }, "permissions": [ "bookmarks", "favicon" ], "chrome_url_overrides": { "newtab": "newtab.html" } } |