Sort tabs by alexa ranking
Sort browser tabs by alexa ranking
What is Sort tabs by alexa ranking?
Sort tabs by alexa ranking is a Chrome extension developed by Sazzad Hossain (Tushar) Khan, and its main feature is "Sort browser tabs by alexa ranking".
Download Sort tabs by alexa ranking Extension CRX File
Download Sort tabs by alexa ranking 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
Sort tabs by alexa ranking. Just click on the icon and your tabs will be sorted by alexa ranking
Extension Basic Information
Name | Sort tabs by alexa ranking |
ID | bjijiefbfonmdjhajnicbjogaohpieom |
Official URL | https://chromewebstore.google.com/detail/sort-tabs-by-alexa-rankin/bjijiefbfonmdjhajnicbjogaohpieom |
Description | Sort browser tabs by alexa ranking |
File Size | 43.42 KB |
Installation Count | 18 |
Current Version | 0.0.5 |
Last Updated | 2017-07-18 |
Publish Date | 2017-07-18 |
Rating | 3.00/5 Total 2 Ratings |
Developer | Sazzad Hossain (Tushar) Khan |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/itsazzad/sort-tabs-by-alexa-ranking |
Help Page URL | https://github.com/itsazzad/sort-tabs-by-alexa-ranking/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sort tabs by alexa ranking", "version": "0.0.5", "manifest_version": 2, "description": "Sort browser tabs by alexa ranking", "icons": { "16": "icons\/icon-16.png", "128": "icons\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "permissions": [ "tabs", "storage", "http:\/\/*.alexa.com\/", "https:\/\/*.alexa.com\/" ], "options_ui": { "page": "options.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "browser_action": { "default_icon": { "19": "icons\/icon-19.png", "38": "icons\/icon-38.png" }, "default_title": "Sort browser tabs by alexa ranking" } } |