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
官方網址 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
    }
}