Eddy - Arkhe Pattern Library Extention
WordPressテーマ「Arkhe(アルケー)」用の拡張機能です。公式のパターン配布サイト上でパターンに組み込まれたカスタム変数をブラウザ上で編集しデザインの変更を試すことができます。
Eddy - Arkhe Pattern Library Extention là gì?
Eddy - Arkhe Pattern Library Extention là một tiện ích mở rộng Chrome được phát triển bởi https://blog.qs-grct.com, và tính năng chính của nó là "WordPressテーマ「Arkhe(アルケー)」用の拡張機能です。公式のパターン配布サイト上でパターンに組み込まれたカスタム変数をブラウザ上で編集しデザインの変更を試すことができます。".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Eddy - Arkhe Pattern Library Extention
Tải xuống các tệp mở rộng Eddy - Arkhe Pattern Library Extention dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
WordPressテーマ「Arkhe(アルケー)」のブロックパターン配布サイト用の拡張機能です。 拡張機能を有効にした状態で配布されているパターンのページにアクセスすると、予め用意されているCSSカスタム変数の値をサイト上でそのまま編集してデザインの変更を試すことができます。 ※本拡張機能はArkhe公式の拡張機能ではありません。機能に関する質問、不具合報告等は当方までご連絡ください。 ※拡張機能を有効にしたままでもArkhe公式サイト及びブロックパターン配布サイト以外では動作しません。ご安心ください。
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nmnlkadnlpbibimjfjkkjdkimkmaalck |
URL Chính Thức | https://chromewebstore.google.com/detail/eddy-arkhe-pattern-librar/nmnlkadnlpbibimjfjkkjdkimkmaalck |
Mô tả | WordPressテーマ「Arkhe(アルケー)」用の拡張機能です。公式のパターン配布サイト上でパターンに組み込まれたカスタム変数をブラウザ上で編集しデザインの変更を試すことができます。 |
Kích Thước Tệp | 18.78 KB |
Số Lần Cài Đặt | 28 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2023-07-31 |
Ngày Phát Hành | 2023-07-31 |
Nhà Phát Triển | https://blog.qs-grct.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/daisuke999/chrome-ext-for-wparkhe |
URL Trang Trợ Giúp | https://twitter.com/Daisuke_9taro |
Ngôn Ngữ Được Hỗ Trợ | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Eddy - Arkhe Pattern Library Extention", "version": "0.0.1", "description": "WordPress\u30c6\u30fc\u30de\u300cArkhe\uff08\u30a2\u30eb\u30b1\u30fc\uff09\u300d\u7528\u306e\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\u3002\u516c\u5f0f\u306e\u30d1\u30bf\u30fc\u30f3\u914d\u5e03\u30b5\u30a4\u30c8\u4e0a\u3067\u30d1\u30bf\u30fc\u30f3\u306b\u7d44\u307f\u8fbc\u307e\u308c\u305f\u30ab\u30b9\u30bf\u30e0\u5909\u6570\u3092\u30d6\u30e9\u30a6\u30b6\u4e0a\u3067\u7de8\u96c6\u3057\u30c7\u30b6\u30a4\u30f3\u306e\u5909\u66f4\u3092\u8a66\u3059\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002", "action": { "default_popup": "index.html" }, "icons": { "16": "src\/img\/icon-16.png", "32": "src\/img\/icon-32.png", "48": "src\/img\/icon-48.png", "128": "src\/img\/icon-128.png" }, "content_scripts": [ { "js": [ "assets\/main.js-loader-4fee62a7.js" ], "matches": [ "https:\/\/patterns.arkhe-theme.com\/*" ], "css": [ "assets\/main-e8b384a2.css" ] } ], "web_accessible_resources": [ { "matches": [ "https:\/\/patterns.arkhe-theme.com\/*" ], "resources": [ "assets\/main.js-c8c39308.js" ], "use_dynamic_url": true } ] } |