Tab Pinner
Enhances pinning a tab feature of Chrome
什麼是Tab Pinner?
Tab Pinner是由https://izumisy-tech.hatenablog.com開發的Chrome擴展程式,該擴展的主要功能是“Enhances pinning a tab feature of Chrome”。
下載Tab Pinner擴展crx文件
下載Tab Pinner擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        開かれているタブを全てピン留めする拡張機能
無視・対象リスト機能搭載
【機能】
- 同時ピン留め(Simultaneous pinning)
- ピン留めショートカットキー(Short-cut key)                     擴展基本資訊
| 名稱 |   |  
| ID | fgmhbdkhladlkogedgoogokhhnchfodp | 
| 官方網址 | https://chromewebstore.google.com/detail/tab-pinner/fgmhbdkhladlkogedgoogokhhnchfodp | 
| 簡介 | Enhances pinning a tab feature of Chrome | 
| 檔案大小 | 27.03 KB | 
| 安裝次數 | 113 | 
| 目前版本 | 1.0.1 | 
| 更新時間 | 2017-10-10 | 
| 上架時間 | 2017-10-09 | 
| 評分 | 4.50/5 共 2 次評分 | 
| 開發者 | https://izumisy-tech.hatenablog.com | 
| 付費類型 | free | 
| 支援的語言 | en,ja | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "__MSG_extDesc__",
    "default_locale": "ja",
    "permissions": [
        "tabs"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "js\/main.js"
        ]
    },
    "commands": {
        "pintab": {
            "suggested_key": {
                "default": "Alt+T"
            },
            "description": "__MSG_extShortcutDesc__"
        }
    },
    "browser_action": {
        "default_icon": "assets\/main.png",
        "default_title": "Tab Pinner"
    },
    "icons": {
        "48": "assets\/main.png"
    }
}  |  |