Unix Converter
An easy-to-use all-in-one Unix Epoch timestamp converter.
Unix Converterคืออะไร?
Unix Converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย isaacoram และคุณลักษณะหลักของมันคือ "An easy-to-use all-in-one Unix Epoch timestamp converter."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Unix Converter
ดาวน์โหลดไฟล์ส่วนขยาย Unix Converter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Unix Converter allows you to do nearly everything you can imagine with Unix Epoch timestamps. Features: - Convert any number into a human-readable date from any website (even iframes!) by holding CTRL and highlighting it (can be disabled). - A (disabled unless turned on) context menu version of the above feature (conversion). Enable it in the settings of the popup and highlight a number and then right click the selection. Clicking on the menu item copies the conversion to your clipboard. - Display the current Unix Epoch timestamp (in seconds, milliseconds, and human readable formats) with live changes and an easy click to copy. - Automatically picks the best format to fetch the timestamp in (supports seconds/milliseconds/microseconds/nanoseconds) or you can even choose the specific fetching format in the popup settings. - Change the format that the human-readable date will display. - Change the timezone that the date will display in (leave blank for your timezone). - Convert specific Unix Epoch timestamp within the popup window. - Convert human-readable dates to Unix Epoch timestamp within the popup window. Future Plans: - Add a history feature so you can see past conversions and where/when they were converted (this will only be stored locally, and will be able to be turned off). - Add ability to use custom CSS for converting on a website. - Save/Load/Clear settings for easier transitions between browsers/computers. - Add better french number fetching support. - Add other language support (currently only displays in English). Changelog v1.2.0 - Full rework of the popup UI to include the logo at the top instead of text, tabs for smaller popup window, changes to the switch for toggling features, and more! - Added option to turn off CTRL conversion Changelog v1.2.1 - Fixed Firefox regex negative lookbehind error. Changelog v1.2.2 - Fixed suggested key being a common key for cycling. Below is the URL to the Github repository. https://github.com/IsaacAKAJupiter/unixconverter-extension
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | djidbebmiaoojfljhmofnihanheggbap |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/unix-converter/djidbebmiaoojfljhmofnihanheggbap |
คำอธิบาย | An easy-to-use all-in-one Unix Epoch timestamp converter. |
ขนาดไฟล์ | 555 KB |
จำนวนการติดตั้ง | 101 |
เวอร์ชันปัจจุบัน | 1.2.2 |
อัปเดตครั้งล่าสุด | 2020-02-03 |
วันที่เผยแพร่ | 2020-02-03 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | isaacoram |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unix Converter", "short_name": "Unix Convert", "description": "An easy-to-use all-in-one Unix Epoch timestamp converter.", "author": "Isaac Oram", "version": "1.2.2", "manifest_version": 2, "permissions": [ "storage", "contextMenus", "tabs", "clipboardWrite", "http:\/\/*\/", "https:\/\/*\/" ], "content_scripts": [ { "matches": [ " |