Auto Restore Pinned Tabs

Automatically restore pinned tabs on other windows at browser startup.

Auto Restore Pinned Tabs란 무엇입니까?

Auto Restore Pinned Tabs은(는) no.web.developer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically restore pinned tabs on other windows at browser startup."입니다.

확장 프로그램 스크린샷

screenshot

Auto Restore Pinned Tabs 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        **Introduction**

This is a simple tool that automatically restore pinned tabs. 

When you exit the browser, the window that contains the pinned tabs is not the last to close, and the browser will not automatically restore the pinned tabs at startup. The tool handles this situation and automatically recovers the pinned tabs.

** Support **

The tool is open source based on MIT license. For more details and source code, see https://github.com/LightAPIs/auto-restore-pinned-tabs                    

확장 프로그램 기본 정보

이름 Auto Restore Pinned Tabs Auto Restore Pinned Tabs
ID oodefhcgmkiccimbkkcjghejknagadho
공식 URL https://chromewebstore.google.com/detail/auto-restore-pinned-tabs/oodefhcgmkiccimbkkcjghejknagadho
설명 Automatically restore pinned tabs on other windows at browser startup.
파일 크기 12.47 KB
설치 횟수 120
현재 버전 0.1.0
최근 업데이트 2023-01-08
출시 날짜 2023-01-07
개발자 no.web.developer
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/LightAPIs/auto-restore-pinned-tabs
도움말 페이지 URL https://github.com/LightAPIs/auto-restore-pinned-tabs
개인정보 보호 정책 페이지 URL https://www.freeprivacypolicy.com/live/9505d7dd-7a31-4cac-af01-518079c63621
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Auto Restore Pinned Tabs",
    "version": "0.1.0",
    "description": "Automatically restore pinned tabs on other windows at browser startup.",
    "homepage_url": "https:\/\/github.com\/LightAPIs\/auto-restore-pinned-tabs",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Auto Restore Pinned Tabs"
    },
    "permissions": [
        "sessions"
    ]
}