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
公式URL 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"
    }
}