HTML Table Auto Sort
Clicking on <th> tags reorders rows of an HTML table in ascending/descending order.
What is HTML Table Auto Sort?
HTML Table Auto Sort is a Chrome extension by jchamet. This extension has 1,000 weekly active users, an average user rating of 3.48, and was removed from Chrome Web Store a year ago. The latest version, 1.7, was updated 3 years ago.
Stats
- activeTab
- debugger
- storage
Summary
### The Important Stuff ### When enabled, clicking on a table header ("<th>") will reorder the table based on the values belonging to that column of the table. Order is ascending/descending, click to toggle. ### Change Log ### 1.7: (Community Contribution!) Support tables without headers and use tbody 1.6: (Community Contribution!) Better handling of negative numbers 1.5: (Community Contribution!) State saved using chrome local storage, and columns can now be sorted independently 1.4: Added Alphanumeric sorting algorithm 1.3: minor bug fix 1.2: toggle asc/desc 1.1: removed jQuery dependency 1.0: initial upload
Safety
Risk impact
HTML Table Auto Sort requires a number of risky permissions that can potentially harm your browser and steal your data. Exercise caution when installing this extension. Review carefully before installing. We recommend that you only install HTML Table Auto Sort if you trust the publisher.
Risk impact measures the level of extra permissions an extension has access to. A low risk impact extension cannot do much harms, whereas a high risk impact extension can do a lot of damage like stealing your password, bypass your security settings, and access your personal data. High risk impact extensions are not necessarily malicious. However, if they do turn malicious, they can be very harmful.
Risk likelihood
HTML Table Auto Sort may not be trust-worthy. Avoid installing if possible unless you really trust this publisher.
Risk likelihood measures the probability that a Chrome extension may turn malicious. This is determined by the publisher and the Chrome extension reputation on Chrome Web Store, the amount of time the Chrome extension has been around, and other signals about the Chrome extension. Our algorithms are not perfect, and are subject to change as we discover new ways to detect malicious extensions. We recommend that you always exercise caution when installing a Chrome extension, especially ones with higher risk impact and/or higher risk likelihood.
Subscribe to the premium plan to see more risk analysis detailsUser reviews
Similar extensions
Here are some Chrome extensions that are similar to HTML Table Auto Sort:
Totalizer
Table Tools
Select filter
Manifest
The manifest file declares the requirements and permissions that a Chrome extension will have access to. By reviewing the manifest, you may be able to determine if a Chrome extension is over-reaching (for example, if an extension is overriding your new tab page, or search provider, or requesting access to your web activities without any good reason).
{ "update_url": "https://clients2.google.com/service/update2/crx", "name": "HTML Table Auto Sort", "icons": { "32": "icon.png", "128": "icon-large.png" }, "version": "1.7", "manifest_version": 2, "description": "Clicking on <th> tags reorders rows of an HTML table in ascending/descending order.", "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [