Linkedin Time Converter
Convert linkedin relative time to exact time in one simple click
什么是Linkedin Time Converter?
Linkedin Time Converter是由Itamar Cohen开发的Chrome扩展程序,该扩展的主要功能是“Convert linkedin relative time to exact time in one simple click”。
扩展截图
下载Linkedin Time Converter扩展crx文件
下载Linkedin Time Converter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Convert Linkedin post time and comment time from relative time (e.g 3m / 4h / 5mo / 2y) to exact time.
扩展基本信息
名称 | Linkedin Time Converter |
ID | gcgigoahghffkodfcmcfcnamjlgegnnb |
官方URL | https://chrome.google.com/webstore/detail/linkedin-time-converter/gcgigoahghffkodfcmcfcnamjlgegnnb |
简介 | Convert linkedin relative time to exact time in one simple click |
文件大小 | 38.96 KB |
安装次数 | 91 |
当前版本 | 1.0.1 |
更新时间 | 2022-11-24 |
上架时间 | 2022-11-23 |
开发者 | Itamar Cohen |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } |