By: estada.ch
Inspect and view changes in Google Mail Time Seperator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"description": "Seperates mail by date to relax",
"manifest_version": 2,
"name": "Google Mail Time Seperator",
"version": "0.1.0",
"homepage_url": "https://estada.ch",
"icons": {
"48": "icons/gts.svg"
},
"permissions": [
"activeTab",
"tabs"
],
"incognito": "spanning",
"content_scripts": [
{
"matches": [
"https://mail.google.com/*"
],
"js": [
"./gts.js"
],
"run_at": "document_idle"
}
],
"browser_action": {
"default_icon": {
"19": "icons/gts-19.png",
"38": "icons/gts-38.png"
},
"default_title": "gts enable"
},
"background": {
"scripts": [
"./gts.js"
]
},
"browser_specific_settings": {
"gecko": {
"id": "{26b79962-24e8-4ac1-b375-4e7b0052569e}"
}
}
} Best Google Mail Time Seperator Alternatives
Here are some Firefox add-ons that are similar to Google Mail Time Seperator: