Pin Last Tab

Make the last tab pinned

什麼是Pin Last Tab?

Pin Last Tab是由ayayael12開發的Chrome擴展程式,該擴展的主要功能是“Make the last tab pinned”。

擴展截圖

screenshot

下載Pin Last Tab擴展crx文件

下載Pin Last Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Use the context menu to pin the last tab                    

擴展基本資訊

名稱 Pin Last Tab Pin Last Tab
ID lmhacemfmaapnkiehojbhmclmdnhjhfn
官方網址 https://chromewebstore.google.com/detail/pin-last-tab/lmhacemfmaapnkiehojbhmclmdnhjhfn
簡介 Make the last tab pinned
檔案大小 11.71 KB
安裝次數 13,219
目前版本 0.1
更新時間 2015-03-13
上架時間 2015-03-13
評分 4.00/5 共 4 次評分
開發者 ayayael12
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "description": "Make the last tab pinned",
    "version": "0.1",
    "name": "Pin Last Tab",
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "resource\/script\/pinLast.js"
        ]
    },
    "icons": {
        "16": "resource\/images\/icon-16.png",
        "48": "resource\/images\/icon-48.png",
        "128": "resource\/images\/icon-128.png"
    }
}