Sort tabs by alexa ranking
Sort browser tabs by alexa ranking
Qu'est-ce que Sort tabs by alexa ranking ?
Sort tabs by alexa ranking est une extension Chrome développée par Sazzad Hossain (Tushar) Khan, et sa fonction principale est "Sort browser tabs by alexa ranking".
Télécharger le fichier CRX de l'extension Sort tabs by alexa ranking
Téléchargez les fichiers d'extension Sort tabs by alexa ranking au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Sort tabs by alexa ranking. Just click on the icon and your tabs will be sorted by alexa ranking
Informations de Base sur l'Extension
Nom | Sort tabs by alexa ranking |
ID | bjijiefbfonmdjhajnicbjogaohpieom |
URL Officiel | https://chromewebstore.google.com/detail/sort-tabs-by-alexa-rankin/bjijiefbfonmdjhajnicbjogaohpieom |
Description | Sort browser tabs by alexa ranking |
Taille du Fichier | 43.42 KB |
Nombre d'Installations | 18 |
Version Actuelle | 0.0.5 |
Dernière Mise à Jour | 2017-07-18 |
Date de Publication | 2017-07-18 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | Sazzad Hossain (Tushar) Khan |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/itsazzad/sort-tabs-by-alexa-ranking |
URL de la Page d'Aide | https://github.com/itsazzad/sort-tabs-by-alexa-ranking/issues |
Langues Prises en Charge | 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" } } |