Organize
Organize, filter your tabs alphabetically
What is Organize?
Organize is a Chrome extension developed by notiles, and its main feature is "Organize, filter your tabs alphabetically".
Extension Screenshots
Download Organize Extension CRX File
Download Organize extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
When too many tabs are opened, Organize filter them alphabetically, just click on the icon and let Organize do the job.
Extension Basic Information
Name | Organize |
ID | nacmmbnakleidaengpfminmpceajhfld |
Official URL | https://chromewebstore.google.com/detail/organize/nacmmbnakleidaengpfminmpceajhfld |
Description | Organize, filter your tabs alphabetically |
File Size | 126 KB |
Installation Count | 22 |
Current Version | 1 |
Last Updated | 2015-05-27 |
Publish Date | 2015-05-27 |
Rating | 5.00/5 Total 1 Ratings |
Developer | notiles |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Organize", "version": "1", "manifest_version": 2, "description": "Organize, filter your tabs alphabetically", "icons": { "128": "icon_128.png", "256": "icon_256.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs" ], "browser_action": { "default_icon": "icone.png" } } |