WebExtension.net
WebExtension.net

Code Blue

View on Chrome Web Store
View Code Blue Chrome Extension on Chrome Web Store
0.0 (0 ratings)

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

Syntax highlighting for code blocks on X/Twitter
Type
Extension
Users
289 users
2
Pact Interactive
View author page of Pact Interactive
Featured Extension

Hand-picked for quality and usefulness

Published
Published on July 18, 2023
Version 0.2.1
Manifest version
3
Updated
Updated on September 27, 2023
View on Chrome Web Store
View Code Blue Chrome Extension on Chrome Web Store
productivity/developer
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Code Blue",
    "description": "Syntax highlighting for code blocks on X\/Twitter",
    "version": "0.2.1",
    "manifest_version": 3,
    "icons": {
        "16": "\/images\/icon_16.png",
        "48": "\/images\/icon_48.png",
        "128": "\/images\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.x.com\/*",
                "https:\/\/*.twitter.com\/*"
            ],
            "css": [
                "lib\/katex.css",
                "lib\/prism.css"
            ],
            "js": [
                "lib\/katex.js",
                "lib\/prism.js",
                "src\/highlightCodeBlocks.js"
            ]
        }
    ]
}
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