To Be Read Pro
A list that holds the pages that you didn't read yet but you would like to.
To Be Read Pro란 무엇입니까?
To Be Read Pro은(는) googoolea에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A list that holds the pages that you didn't read yet but you would like to."입니다.
확장 프로그램 스크린샷
To Be Read Pro 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
ToBeRead bookmarks your opened tabs for later read if you don't want to read them right now but later. If you find yourself reopening the same pages in the morning, pages that you did not read yet but you would like to, if your browser has more than 10 tabs opened every morning then this extension is for you. ToBeRead will access, on your choice, your browsing history but only opened tabs in order to save them always locally. Good news everyone, another version of this extension is available now: the light version; it doesn't save the screenshot of your page that you save in the read later list and so it needs less permissions. Check it, you might like it more
확장 프로그램 기본 정보
이름 | To Be Read Pro |
ID | cciccjdddjngbmdagbaaanghhcpkebeo |
공식 URL | https://chromewebstore.google.com/detail/to-be-read-pro/cciccjdddjngbmdagbaaanghhcpkebeo |
설명 | A list that holds the pages that you didn't read yet but you would like to. |
파일 크기 | 62.07 KB |
설치 횟수 | 381 |
현재 버전 | 3.2 |
최근 업데이트 | 2013-12-15 |
출시 날짜 | 2013-12-15 |
평점 | 4.33/5 총 15 개의 평점 |
개발자 | googoolea |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.gugulea.ro/app/?page_id=47 |
도움말 페이지 URL | http://www.gugulea.ro/app/?page_id=47 |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "To Be Read Pro", "version": "3.2", "description": "A list that holds the pages that you didn't read yet but you would like to.", "icons": { "128": "icons\/tbr128.png", "64": "icons\/tbr64.png", "32": "icons\/tbr32.png", "16": "icons\/tbr16.png" }, "browser_action": { "default_icon": "icons\/tbr32.png", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "options_page": "options.html", "homepage_url": "http:\/\/gugulea.ro\/app\/?page_id=47", "permissions": [ "tabs", "unlimitedStorage", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ], "manifest_version": 2 } |