By: Deafinitive
Inspect and view changes in Show the title source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "What's the title?",
"short_name": "Title Attr",
"version": "2019.3",
"description": "Check if title attribute for links are the same as the link text and therefore redundant",
"author": "Laurence Lewis",
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"jquery-3.4.0.min.js",
"content.js"
],
"css": [
"index.css"
]
}
],
"browser_action": {
"default_icon": "icons/title-attr-48.png",
"default_title": "Whats the title?"
},
"icons": {
"16": "icons/title-attr-16.png",
"48": "icons/title-attr-48.png",
"64": "icons/title-attr-64.png",
"128": "icons/title-attr-128.png"
},
"permissions": [
"https://*/*",
"http://*/*",
"activeTab"
]
} Best Show the title Alternatives
Here are some Firefox add-ons that are similar to Show the title:
Webpage Title Display
John Smith
Website Title Display
Hi88
Display Title Attributes
TDTC
Show Title Tag Corner
macha
LinkedIn Title Viewer
Engincan Yıldız
Custom Title
toonn
YouTube Full Title For Videos
LN
Copy Link Title (WebExtensions)
def00111
Titles Extension
Geoff Lawrence
titlePreface - add a name to the window title
jscher2000
Copy Page Title (WebExtension)
def00111
YouTube Full Video Title
Sebastian