Klingon Your Dates

Changes English dates to Klingon

What is Klingon Your Dates?

Klingon Your Dates is a Chrome extension developed by maggiepint, and its main feature is "Changes English dates to Klingon".

Extension Screenshots

screenshot

Download Klingon Your Dates Extension CRX File

Download Klingon Your Dates extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Change English dates to Klingon in all of the pages that you browse.                    

Extension Basic Information

Name Klingon Your Dates Klingon Your Dates
ID nacmikiidpbifnbafhcafhnkkgnjinfi
Official URL https://chromewebstore.google.com/detail/klingon-your-dates/nacmikiidpbifnbafhcafhnkkgnjinfi
Description Changes English dates to Klingon
File Size 40.26 KB
Installation Count 13
Current Version 0.0.3
Last Updated 2016-03-13
Publish Date 2016-03-13
Developer maggiepint
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Klingon Your Dates",
    "description": "Changes English dates to Klingon",
    "version": "0.0.3",
    "browser_action": {
        "default_icon": "klingonClock.png"
    },
    "background": {
        "scripts": [
            "moment.js",
            "klingon.js",
            "replacer.js",
            "listener.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "moment.js",
                "klingon.js",
                "replacer.js",
                "replace.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}