TabuLater - Save Open Tabs With One Click
The easiest way to get right back to where you left off.
TabuLater - Save Open Tabs With One Click란 무엇입니까?
TabuLater - Save Open Tabs With One Click은(는) Celsius.Technology에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The easiest way to get right back to where you left off."입니다.
확장 프로그램 스크린샷
TabuLater - Save Open Tabs With One Click 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
TabuLater is the easiest way to quickly save your tabs and return to Chrome right where you left off. Simply take a snapshot of your open tabs and they'll be saved to re-open one tab at a time, all in a new window, or all in the same window. Working on multiple projects? Save CPU by taking a snapshot of your tabs with TabuLater and work faster, one project at a time. Always start your day with the same set of tabs? Create a snapshot with TabuLater that you can easily return to later with one click. No matter how you work or play on Chrome, TabuLater helps you keep your tabs organized. Please leave a review and let us know if you run into any issues. Enjoy!
확장 프로그램 기본 정보
이름 | TabuLater - Save Open Tabs With One Click |
ID | bcmbdjphemaclhjbkaejcaffeddkmjco |
공식 URL | https://chromewebstore.google.com/detail/tabulater-save-open-tabs/bcmbdjphemaclhjbkaejcaffeddkmjco |
설명 | The easiest way to get right back to where you left off. |
파일 크기 | 1.71 MB |
설치 횟수 | 883 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2018-06-28 |
출시 날짜 | 2018-06-27 |
평점 | 3.78/5 총 9 개의 평점 |
개발자 | Celsius.Technology |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.celsius.technology |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TabuLater - Save Open Tabs With One Click", "short_name": "Easily Save and Manage Your Tabs", "description": "The easiest way to get right back to where you left off.", "version": "1.1.0", "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'", "browser_action": { "default_icon": "images\/tabulater-icon.png", "default_popup": "popup.html" }, "icons": { "48": "images\/tabulater-icon-med.png", "64": "images\/tabulater-icon-med.png", "128": "images\/tabulater-icon-med.png", "256": "images\/tabulater-icon-med.png" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/www.google-analytics.com\/*" ], "js": [ "contentScript.js" ] } ], "background": { "page": "bg.html", "persistent": true }, "permissions": [ "tabs" ] } |