Linkedin Time Converter

Convert linkedin relative time to exact time in one simple click

What is Linkedin Time Converter?

Linkedin Time Converter is a Chrome extension developed by Itamar Cohen, and its main feature is "Convert linkedin relative time to exact time in one simple click".

Extension Screenshots

screenshot

Download Linkedin Time Converter Extension CRX File

Download Linkedin Time Converter 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

                        Convert Linkedin post time and comment time from relative time (e.g 3m / 4h / 5mo / 2y) to exact time.                    

Extension Basic Information

Name Linkedin Time Converter Linkedin Time Converter
ID gcgigoahghffkodfcmcfcnamjlgegnnb
Official URL https://chrome.google.com/webstore/detail/linkedin-time-converter/gcgigoahghffkodfcmcfcnamjlgegnnb
Description Convert linkedin relative time to exact time in one simple click
File Size 38.96 KB
Installation Count 91
Current Version 1.0.1
Last Updated 2022-11-24
Publish Date 2022-11-23
Developer Itamar Cohen
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Linkedin Time Converter",
    "description": "Convert linkedin relative time to exact time in one simple click",
    "version": "1.0.1",
    "manifest_version": 3,
    "action": {
        "default_icon": "favicon-16x16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": "favicon.ico",
        "32": "favicon-32x32.png",
        "128": "icon128.png",
        "192": "android-chrome-192x192.png"
    }
}