WebExtension.net
WebExtension.net

URL in title

View on Chrome Web Store
View URL in title Chrome Extension on Chrome Web Store
4.7 (58 ratings)

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

Reformats the title of each tab according to its URL.
Type
Extension
Users
20,000 users
Guillaume Ryder
View author page of Guillaume Ryder
Featured Extension

Hand-picked for quality and usefulness

Published
Published on December 6, 2009
Version 4.0.0
Manifest version
3
Updated
Updated on December 24, 2023
View on Chrome Web Store
View URL in title Chrome Extension on Chrome Web Store
make_chrome_yours/functionality
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "URL in title",
    "version": "4.0.0",
    "description": "Reformats the title of each tab according to its URL.",
    "author": "Guillaume Ryder",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "page_hook.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "storage"
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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