CSS Unites
CSS Unites specially develop for Frontend Engineers.
什麼是CSS Unites?
CSS Unites是由mexuvo開發的Chrome擴展程式,該擴展的主要功能是“CSS Unites specially develop for Frontend Engineers.”。
擴展截圖
下載CSS Unites擴展crx文件
下載CSS Unites擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This is a CSS Units Converter. Some times we need to convert CSS unites to other CSS unites. CSS Unites specially develop for Frontend Engineers. You can convert any kind of CSS units. When input your value in any field then other field will be converted.
擴展基本資訊
名稱 | CSS Unites |
ID | bgbjdaligcmcobjgnhajolfhhhgjmoad |
官方網址 | https://chromewebstore.google.com/detail/css-unites/bgbjdaligcmcobjgnhajolfhhhgjmoad |
簡介 | CSS Unites specially develop for Frontend Engineers. |
檔案大小 | 1.08 MB |
安裝次數 | 62 |
目前版本 | 1.0.0 |
更新時間 | 2022-02-03 |
上架時間 | 2022-02-03 |
評分 | 5.00/5 共 11 次評分 |
開發者 | mexuvo |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CSS Unites", "description": "CSS Unites specially develop for Frontend Engineers.", "version": "1.0.0", "icons": { "45": ".\/images\/logo45X45.png", "128": ".\/images\/128.png" }, "background.service_worker": { "presistent": true, "scripts": [ ".\/popup.js" ] }, "action": { "default_icon": ".\/images\/icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |