Real Pinned Tabs

This extension loads some predefined tabs on startup

Real Pinned Tabs란 무엇입니까?

Real Pinned Tabs은(는) https://real-pinned-tabs.blogspot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension loads some predefined tabs on startup"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        v3.1 - updated the options page to act responsive to the available screen size
v3.0 - wildcard support is finally here!
v2.1 - fixed regression that prevented new tabs from being saved when put in manually (thanks kuroir for reporting the issue!)
v2.0 - added new features: auto add pinned tabs and remove individual tabs
v1.1 - fixed issues with the initial setup

Brings back the --pinned-tab-count feature that has been removed from Chrome back in 2010 as an extension. You can define an unlimited number of tabs which are always loaded pinned on startup. While this feature has been partly implemented by the out of the box setting "On startup > Continue were I left off." this comes with one drawback - only the pinned tabs of the last closed window will be saved/restored.                    

확장 프로그램 기본 정보

이름 Real Pinned Tabs Real Pinned Tabs
ID imdpkhkoopjbdmjppehmpkngncogadbk
공식 URL https://chromewebstore.google.com/detail/real-pinned-tabs/imdpkhkoopjbdmjppehmpkngncogadbk
설명 This extension loads some predefined tabs on startup
파일 크기 21.87 KB
설치 횟수 357
현재 버전 3.1
최근 업데이트 2014-12-10
출시 날짜 2014-12-10
평점 3.14/5 총 21 개의 평점
개발자 https://real-pinned-tabs.blogspot.com
결제 유형 free
확장 프로그램 웹 사이트 https://code.google.com/p/real-pinned-tabs/
도움말 페이지 URL https://code.google.com/p/real-pinned-tabs/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Real Pinned Tabs",
    "description": "This extension loads some predefined tabs on startup",
    "version": "3.1",
    "icons": {
        "128": "chrome-icon.png"
    },
    "permissions": [
        "tabs"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "startup.js"
        ],
        "persistent": false
    }
}