Open and Pin my Tabs

Open and Pin a default set of tabs defined by you.

Open and Pin my Tabs란 무엇입니까?

Open and Pin my Tabs은(는) greewskytte에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open and Pin a default set of tabs defined by you."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Open and Pin my Tabs 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension is a replacement for the standard Chrome startup pages. This extension will both open the defined pages, but also pin the pages. 

It will also check if each of the URLs are already opened and not open a new one to avoid duplicates.                    

확장 프로그램 기본 정보

이름 Open and Pin my Tabs Open and Pin my Tabs
ID cgjagindbcdbjebdkpcnodpenhkhhgfb
공식 URL https://chromewebstore.google.com/detail/open-and-pin-my-tabs/cgjagindbcdbjebdkpcnodpenhkhhgfb
설명 Open and Pin a default set of tabs defined by you.
파일 크기 15 KB
설치 횟수 33
현재 버전 1.0
최근 업데이트 2020-11-17
출시 날짜 2020-11-17
개발자 greewskytte
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/greew/pintabs
도움말 페이지 URL https://github.com/greew/pintabs/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_title__",
    "description": "__MSG_description__",
    "version": "1.0",
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon_16.png",
            "32": "icons\/icon_32.png",
            "48": "icons\/icon_48.png",
            "128": "icons\/icon_128.png"
        },
        "default_title": "__MSG_short_title__"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "manifest_version": 2,
    "author": "Jesper Skytte Marcussen ",
    "homepage_url": "https:\/\/github.com\/greew\/pintabs",
    "minimum_chrome_version": "38",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    }
}