styleguide
generate style guide for current page
什麼是styleguide?
styleguide是由anilbms75開發的Chrome擴展程式,該擴展的主要功能是“generate style guide for current page”。
擴展截圖
下載styleguide擴展crx文件
下載styleguide擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Generate styleguide of website background color and text color using styleguide chrome extension.
擴展基本資訊
名稱 | styleguide |
ID | ampnidbjgoblgcheailmnikomlelelid |
官方網址 | https://chromewebstore.google.com/detail/styleguide/ampnidbjgoblgcheailmnikomlelelid |
簡介 | generate style guide for current page |
檔案大小 | 12.39 KB |
安裝次數 | 366 |
目前版本 | 1.0.0 |
更新時間 | 2016-12-31 |
上架時間 | 2016-12-30 |
評分 | 2.00/5 共 1 次評分 |
開發者 | anilbms75 |
付費類型 | free |
擴展官網 | https://twitter.com/anilbms75 |
說明頁面URL | https://twitter.com/anilbms75 |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "styleguide", "description": "generate style guide for current page", "version": "1.0.0", "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "generate style guide" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |