Sort tabs by alexa ranking
Sort browser tabs by alexa ranking
Wat is Sort tabs by alexa ranking?
Sort tabs by alexa ranking is een Chrome-extensie ontwikkeld door Sazzad Hossain (Tushar) Khan, en de belangrijkste functie is "Sort browser tabs by alexa ranking".
Download het CRX-bestand van de extensie Sort tabs by alexa ranking
Download Sort tabs by alexa ranking-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Sort tabs by alexa ranking. Just click on the icon and your tabs will be sorted by alexa ranking
Basisinformatie over de Extensie
Naam | Sort tabs by alexa ranking |
ID | bjijiefbfonmdjhajnicbjogaohpieom |
Officiële URL | https://chromewebstore.google.com/detail/sort-tabs-by-alexa-rankin/bjijiefbfonmdjhajnicbjogaohpieom |
Beschrijving | Sort browser tabs by alexa ranking |
Bestandsgrootte | 43.42 KB |
Aantal Installaties | 18 |
Huidige Versie | 0.0.5 |
Laatst Bijgewerkt | 2017-07-18 |
Publicatiedatum | 2017-07-18 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Sazzad Hossain (Tushar) Khan |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/itsazzad/sort-tabs-by-alexa-ranking |
Help Pagina-URL | https://github.com/itsazzad/sort-tabs-by-alexa-ranking/issues |
Ondersteunde Talen | 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" } } |