ChromeTabsPlus

Save and restore opened page tabs, grouped by window.

ChromeTabsPlus란 무엇입니까?

ChromeTabsPlus은(는) BenKewell에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save and restore opened page tabs, grouped by window."입니다.

확장 프로그램 스크린샷

screenshot

ChromeTabsPlus 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Inspired by TabCloud (https://chrome.google.com/webstore/detail/tabcloud/npecfdijgoblfcgagoijgmgejmcpnhof)

Tabs data are stored using Chrome's Storage API which has a size limit, so new save may not work when there are too many tabs already stored. However it should be enough for general usage.

------------------------------

Release notes:

v3.2.0
Migrate to Manifest V3.

v3.1.6
CSS bug fix.

v3.1.5
Revoke legacy permission that no longer needed.

v3.1.4
Added indication of saved windows.

v3.1.3
Added handling of tabs change events.

v3.1.2
Bug fixes.

v3.1.1
Bug fixes.

v3.1
Improve data storage format to better utilize storage limit.

v3.0.0
Initial release.

------------------------------

Credit, contains resources from:
GLYPHICONS    https://www.glyphicons.com/                    

확장 프로그램 기본 정보

이름 ChromeTabsPlus ChromeTabsPlus
ID inaddpoanfkkffpiklgdagboagdndahh
공식 URL https://chromewebstore.google.com/detail/chrometabsplus/inaddpoanfkkffpiklgdagboagdndahh
설명 Save and restore opened page tabs, grouped by window.
파일 크기 51.46 KB
설치 횟수 297
현재 버전 3.2.0
최근 업데이트 2022-12-16
출시 날짜 2019-04-01
평점 4.50/5 총 2 개의 평점
개발자 BenKewell
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChromeTabsPlus",
    "version": "3.2.0",
    "manifest_version": 3,
    "description": "Save and restore opened page tabs, grouped by window.",
    "icons": {
        "32": "images\/logo-32.png",
        "128": "images\/logo-128.png"
    },
    "action": {
        "default_icon": "images\/logo-32.png",
        "default_title": "Manage Tabs",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "favicon",
        "storage",
        "tabs"
    ]
}