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