Show CSS Outline Style
Show the outline of all the elements that exist on the page.
什麼是Show CSS Outline Style?
Show CSS Outline Style是由https://blog.mitsuruog.info開發的Chrome擴展程式,該擴展的主要功能是“Show the outline of all the elements that exist on the page.”。
擴展截圖
下載Show CSS Outline Style擴展crx文件
下載Show CSS Outline Style擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Show the outline of all the elements that exist on the page. 擴展基本資訊
| 名稱 | |
| ID | dfokncajfigoddlhjenapaleiefcldoh |
| 官方網址 | https://chromewebstore.google.com/detail/show-css-outline-style/dfokncajfigoddlhjenapaleiefcldoh |
| 簡介 | Show the outline of all the elements that exist on the page. |
| 檔案大小 | 18.41 KB |
| 安裝次數 | 366 |
| 目前版本 | 0.1.2 |
| 更新時間 | 2021-11-26 |
| 上架時間 | 2020-06-25 |
| 評分 | 5.00/5 共 2 次評分 |
| 開發者 | https://blog.mitsuruog.info |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/mitsuruog/show-css-outline-style |
| 說明頁面URL | https://github.com/mitsuruog/show-css-outline-style/issues |
| 支援的語言 | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "0.1.2",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
"16": "assets\/icons\/Icon-16.png",
"128": "assets\/icons\/Icon-128.png"
},
"permissions": [
"activeTab"
],
"background": {
"scripts": [
"background.js"
]
},
"browser_action": [],
"default_locale": "ja"
} | |