Sort Tabs Example
Click the icon to sort all your tabs alphabetically by their title.
Sort Tabs Exampleとは何ですか?
Sort Tabs ExampleはCory Forsythによって開発されたChromeの拡張機能で、その主な機能は「Click the icon to sort all your tabs alphabetically by their title.」です。
Sort Tabs Example拡張機能のCRXファイルをダウンロード
Sort Tabs Example拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Click the icon to sort all your tabs alphabetically by their title.
拡張機能の基本情報
名前 | |
ID | pbdjobplklihafkpipaebjamkcdlbjhg |
公式URL | https://chrome.google.com/webstore/detail/sort-tabs-example/pbdjobplklihafkpipaebjamkcdlbjhg |
説明 | Click the icon to sort all your tabs alphabetically by their title. |
ファイルサイズ | 7.76 KB |
インストール数 | 16 |
現在のバージョン | 0.1 |
最終更新日 | 2016-02-21 |
公開日 | 2016-02-21 |
開発者 | Cory Forsyth |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sort Tabs Example", "manifest_version": 2, "short_name": "Sort Tabs", "version": "0.1", "browser_action": { "default_icon": "sort-128.png", "default_title": "Sort Tabs Example" }, "icons": { "128": "sort-128.png" }, "permissions": [ "tabs" ], "background": { "scripts": [ "background.js" ] } } |