Linkedin Time Converter
Convert linkedin relative time to exact time in one simple click
Vad är Linkedin Time Converter?
Linkedin Time Converter är en Chrome-tillägg utvecklad av Itamar Cohen, och dess huvudfunktion är "Convert linkedin relative time to exact time in one simple click".
Tilläggsskärmbilder
Ladda ner Linkedin Time Converter-förlängningens CRX-fil
Ladda ner Linkedin Time Converter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Convert Linkedin post time and comment time from relative time (e.g 3m / 4h / 5mo / 2y) to exact time. Grundläggande Information om Tillägg
| Namn | |
| ID | gcgigoahghffkodfcmcfcnamjlgegnnb |
| Officiell webbadress | https://chrome.google.com/webstore/detail/linkedin-time-converter/gcgigoahghffkodfcmcfcnamjlgegnnb |
| Beskrivning | Convert linkedin relative time to exact time in one simple click |
| Filstorlek | 38.96 KB |
| Antal Installationer | 91 |
| Aktuell Version | 1.0.1 |
| Senast Uppdaterad | 2022-11-24 |
| Publiceringsdatum | 2022-11-23 |
| Utvecklare | Itamar Cohen |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |