Pin all tabs
Pins all tabs in the current window.
Pin all tabsとは何ですか?
Pin all tabsはJames Fairbairnによって開発されたChromeの拡張機能で、その主な機能は「Pins all tabs in the current window.」です。
Pin all tabs拡張機能のCRXファイルをダウンロード
Pin all tabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | ggdflfnbccnnmnejiblifjjgeiepdjop |
公式URL | https://chrome.google.com/webstore/detail/pin-all-tabs/ggdflfnbccnnmnejiblifjjgeiepdjop |
説明 | Pins all tabs in the current window. |
ファイルサイズ | 5.11 KB |
インストール数 | 5,345 |
現在のバージョン | 1.1 |
最終更新日 | 2014-12-22 |
公開日 | 2014-12-22 |
評価 | 5.00/5 合計 28 レビュー |
開発者 | James Fairbairn |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pin all tabs", "version": "1.1", "description": "Pins all tabs in the current window.", "background": { "scripts": [ "bg.js" ], "persistent": false }, "browser_action": { "default_icon": "pin.png" }, "manifest_version": 2 } |