Pinned Tab Fix
Set the active tab to the first non-pinned tab on startup.
Pinned Tab Fixとは何ですか?
Pinned Tab FixはKanon Loによって開発されたChromeの拡張機能で、その主な機能は「Set the active tab to the first non-pinned tab on startup.」です。
拡張機能のスクリーンショット
Pinned Tab Fix拡張機能のCRXファイルをダウンロード
Pinned Tab Fix拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Sick of Chrome opening to your pinned tabs? This lightweight extension fixes that! Now Chrome will focus your first unpinned tab when you open the browser. 拡張機能の基本情報
| 名前 | |
| ID | mffimlmgjdeopdbkaplbphidfhkkceie |
| 公式URL | https://chromewebstore.google.com/detail/pinned-tab-fix/mffimlmgjdeopdbkaplbphidfhkkceie |
| 説明 | Set the active tab to the first non-pinned tab on startup. |
| ファイルサイズ | 7.87 KB |
| インストール数 | 51 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2016-04-13 |
| 公開日 | 2016-04-13 |
| 評価 | 4.00/5 合計 4 レビュー |
| 開発者 | Kanon Lo |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"author": "Kanon Lo",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"description": "Set the active tab to the first non-pinned tab on startup.",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"manifest_version": 2,
"name": "Pinned Tab Fix",
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0.0"
} | |