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ファイルをダウンロード

Real Pinned Tabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
    }
}