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 |
Eメール | [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" } } |