Pin Tabs
Pin Tabs on Chrome by default or manually under all windows
Pin Tabsとは何ですか?
Pin TabsはAnand Sudhanaboinaによって開発されたChromeの拡張機能で、その主な機能は「Pin Tabs on Chrome by default or manually under all windows」です。
拡張機能のスクリーンショット
Pin Tabs拡張機能のCRXファイルをダウンロード
Pin Tabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Pin tabs on chrome by default or click the extension icon to manually pin all tabs. Under the options page you can toggle: 1. Auto-pin new tabs 2. Pin all tabs under all windows on click
拡張機能の基本情報
名前 | |
ID | achoaodpkagkocipghglppnbagjheoni |
公式URL | https://chrome.google.com/webstore/detail/pin-tabs/achoaodpkagkocipghglppnbagjheoni |
説明 | Pin Tabs on Chrome by default or manually under all windows |
ファイルサイズ | 22.72 KB |
インストール数 | 676 |
現在のバージョン | 1.0 |
最終更新日 | 2017-03-14 |
公開日 | 2017-03-14 |
評価 | 4.38/5 合計 13 レビュー |
開発者 | Anand Sudhanaboina |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pin Tabs", "version": "1.0", "manifest_version": 2, "description": "Pin Tabs on Chrome by default or manually under all windows", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "storage" ], "options_page": "options.html", "icons": { "128": "assets\/icon128.png" }, "browser_action": { "default_icon": "assets\/icon128.png", "default_title": "Pin Tabs" } } |