Prettier
Prettier all the things.
什麼是Prettier?
Prettier是由https://prettier.io開發的Chrome擴展程式,該擴展的主要功能是“Prettier all the things.”。
擴展截圖
下載Prettier擴展crx文件
下載Prettier擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
For now only StackOverflow and GitHub.
擴展基本資訊
名稱 | Prettier |
ID | fbcfnmplppajblbmdehballiekfgdkhp |
官方網址 | https://chromewebstore.google.com/detail/prettier/fbcfnmplppajblbmdehballiekfgdkhp |
簡介 | Prettier all the things. |
檔案大小 | 3.79 MB |
安裝次數 | 1,087 |
目前版本 | 0.0.5 |
更新時間 | 2019-11-27 |
上架時間 | 2019-11-27 |
評分 | 5.00/5 共 4 次評分 |
開發者 | https://prettier.io |
付費類型 | free |
擴展官網 | https://prettier.io |
說明頁面URL | https://prettier.io |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Prettier", "version": "0.0.5", "manifest_version": 2, "description": "Prettier all the things.", "homepage_url": "https:\/\/prettier.io", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/stackoverflow.com\/*", "https:\/\/github.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |