Sort tabs by alexa ranking
Sort browser tabs by alexa ranking
Hvad er Sort tabs by alexa ranking?
Sort tabs by alexa ranking er en Chrome-udvidelse udviklet af Sazzad Hossain (Tushar) Khan, og dens hovedfunktion er "Sort browser tabs by alexa ranking".
Download Sort tabs by alexa ranking-udvidelses-CRX-fil
Download Sort tabs by alexa ranking-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Sort tabs by alexa ranking.
Just click on the icon and your tabs will be sorted by alexa ranking Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | bjijiefbfonmdjhajnicbjogaohpieom |
| Officiel URL | https://chromewebstore.google.com/detail/sort-tabs-by-alexa-rankin/bjijiefbfonmdjhajnicbjogaohpieom |
| Beskrivelse | Sort browser tabs by alexa ranking |
| Filstørrelse | 43.42 KB |
| Antal Installationer | 18 |
| Nuværende Version | 0.0.5 |
| Senest Opdateret | 2017-07-18 |
| Udgivelsesdato | 2017-07-18 |
| Bedømmelse | 3.00/5 Samlet 2 Bedømmelser |
| Udvikler | Sazzad Hossain (Tushar) Khan |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/itsazzad/sort-tabs-by-alexa-ranking |
| Hjælpeside-URL | https://github.com/itsazzad/sort-tabs-by-alexa-ranking/issues |
| Understøttede Sprog | 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"
}
} | |