WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Show Title Tag Corner

Show Title Tag Corner

View on Chrome Web Store
View Show Title Tag Corner Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (4 ratings)
1 new ratings
6 views
This extension has been viewed 6 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Displays the page title in the four corners of the window
Type
Extension
Users
765 users
1
macha
View author page of macha
Published
Published on February 1, 2024
Version 1.2.0
Manifest version
3
Updated
Updated on May 30, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Show Title Tag Corner Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.0",
    "background": {
        "service_worker": "js\/service-worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "icons": {
        "32": "img\/32.png",
        "64": "img\/64.png",
        "128": "img\/128.png",
        "256": "img\/256.png"
    },
    "offline_enabled": true,
    "options_ui": {
        "page": "html\/setting.html",
        "open_in_tab": true
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "default_locale": "en",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "manifest_version": 3,
    "minimum_chrome_version": "88"
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top