제작자: Stephen Engelking
Inspect and view changes in Tab Age Timer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Tab Age Timer",
"version": "1.0.1",
"description": "Shows how long each tab has been open, counting up in the tab title.",
"author": "Cygnus X Enterprises LLC",
"homepage_url": "https://cygnusx.com",
"permissions": [
"tabs",
"storage"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"browser_action": {
"default_title": "Tab Age Timer"
},
"browser_specific_settings": {
"gecko": {
"id": "{46e6c441-59f6-40fe-8ebd-98792387f053}"
}
}
} 최고의 Tab Age Timer 대안
다음은 Tab Age Timer과(와) 유사한 Firefox add-on입니다: