Restyler
A devtool extension for easy restyling of any webpage
什麼是Restyler?
Restyler是由asimen1開發的Chrome擴展程式,該擴展的主要功能是“A devtool extension for easy restyling of any webpage”。
擴展截圖
下載Restyler擴展crx文件
下載Restyler擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Restyler lets you change the appearance of any webpage with an easy to use interface. Ongoing changes in the page are automatically observed so new styling is always taken into account. Perfect for testing out design changes or rebranding on an existing page! ★ Modify any CSS attribute value such as font, color, margins, etc... ★ Apply styling rule to all elements in the page or to a specific set (using selectors). ★ Edit any text content in the page. ★ Share your styling rules as a config or export to CSS.
擴展基本資訊
名稱 | Restyler |
ID | ofkkcnbmhaodoaehikkibjanliaeffel |
官方網址 | https://chromewebstore.google.com/detail/restyler/ofkkcnbmhaodoaehikkibjanliaeffel |
簡介 | A devtool extension for easy restyling of any webpage |
檔案大小 | 1.13 MB |
安裝次數 | 522 |
目前版本 | 1.2.1 |
更新時間 | 2019-06-24 |
上架時間 | 2019-06-24 |
評分 | 4.79/5 共 14 次評分 |
開發者 | asimen1 |
付費類型 | free |
擴展官網 | https://github.com/asimen1/restyler |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Restyler", "description": "A devtool extension for easy restyling of any webpage", "version": "1.2.1", "minimum_chrome_version": "30.0", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "devtools_page": "html\/devtool\/devtoolLoader.html", "background": { "scripts": [ "js\/background\/background.min.js" ] }, "content_scripts": [ { "matches": [ " |