Tabs Aside
Remembers tabs for later so you don't have to.
Tabs Aside란 무엇입니까?
Tabs Aside은(는) https://concinnitasapps.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Remembers tabs for later so you don't have to."입니다.
확장 프로그램 스크린샷
Tabs Aside 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Never lose track of the tabs you opened the other day! With just a few clicks, you can save any or all open tabs into a "session". Use for... • Saving research • Storing frequently visited webpages • Saving tabs to access later • Expediting workflow • Reducing RAM (memory) usage • and much much more! Tabs Aside is frequently updated with new features, including: • Beautiful, intuitive user interface • Supports syncing across all signed-in Chrome browsers with Tabs Aside installed • Conserves computer resources with less open tabs
확장 프로그램 기본 정보
이름 | Tabs Aside |
ID | nboikgnmjgjcnnhencinblbaikdccdlb |
공식 URL | https://chromewebstore.google.com/detail/tabs-aside/nboikgnmjgjcnnhencinblbaikdccdlb |
설명 | Remembers tabs for later so you don't have to. |
파일 크기 | 174 KB |
설치 횟수 | 3,219 |
현재 버전 | 3.1.1 |
최근 업데이트 | 2021-05-26 |
출시 날짜 | 2020-01-10 |
평점 | 3.73/5 총 45 개의 평점 |
개발자 | https://concinnitasapps.com |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tabs Aside", "short_name": "Tabs Aside", "description": "Remembers tabs for later so you don't have to.", "version": "3.1.1", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "options_page": "options.html", "browser_action": { "default_popup": "popup.html?popup=true" }, "permissions": [ "storage", "tabs", "chrome:\/\/favicon\/" ], "minimum_chrome_version": "61", "content_security_policy": "script-src 'self'; object-src 'self'; img-src chrome:\/\/favicon;", "web_accessible_resources": [ "*.ttf" ], "offline_enabled": true, "background": { "scripts": [ "js\/background.js" ], "persistent": false } } |