Tab Tracker
Tab tracking extension. Tab Tracker is counts how many chrome browser and tabs have been opened and generate and show visit count.
What is Tab Tracker?
Tab Tracker is a Chrome extension developed by Alihan Keskin, and its main feature is "Tab tracking extension. Tab Tracker is counts how many chrome browser and tabs have been opened and generate and show visit count.".
Extension Screenshots
Download Tab Tracker Extension CRX File
Download Tab Tracker 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
Counts how many tabs have been opened.
Display total tab Count
Display visited web sites base url and visit counts.
Previous day data can be found at options page
Sorting mechanism added
Delete mechanism added
Do not track websites in blacklist
Data can be exported as JSON Extension Basic Information
| Name | |
| ID | effjhkgfakdenmlpfeadfcdofghpffki |
| Official URL | https://chromewebstore.google.com/detail/tab-tracker/effjhkgfakdenmlpfeadfcdofghpffki |
| Description | Tab tracking extension. Tab Tracker is counts how many chrome browser and tabs have been opened and generate and show visit count. |
| File Size | 462 KB |
| Installation Count | 18 |
| Current Version | 1.2.0 |
| Last Updated | 2022-04-20 |
| Publish Date | 2022-01-03 |
| Rating | 5.00/5 Total 1 Ratings |
| Developer | Alihan Keskin |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://github.com/Ardelon/chrome-extension-url-counter |
| Supported Languages | tr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Tab Tracker",
"description": "Tab tracking extension. Tab Tracker is counts how many chrome browser and tabs have been opened and generate and show visit count.",
"version": "1.2.0",
"manifest_version": 3,
"background": {
"service_worker": "\/build\/background.js"
},
"permissions": [
"storage",
"tabs"
],
"action": {
"default_popup": "\/html\/popup.html",
"default_icon": {
"16": "\/images\/logo_16.png",
"32": "\/images\/logo_32.png",
"48": "\/images\/logo_48.png",
"128": "\/images\/logo_128.png"
}
},
"icons": {
"16": "\/images\/logo_16.png",
"32": "\/images\/logo_32.png",
"48": "\/images\/logo_48.png",
"128": "\/images\/logo_128.png"
},
"options_page": "\/html\/options.html"
} | |