EasyThemes! for Tumblr
Allows you to edit your Tumblr themes locally on your computer with your favourite code editor.
EasyThemes! for Tumblr là gì?
EasyThemes! for Tumblr là một tiện ích mở rộng Chrome được phát triển bởi Vitaminiser, và tính năng chính của nó là "Allows you to edit your Tumblr themes locally on your computer with your favourite code editor.".
Ả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 EasyThemes! for Tumblr
Tải xuống các tệp mở rộng EasyThemes! for Tumblr 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
Allows you to edit Tumblr themes locally with a desktop program. --------------------------------------------------------------------------------------------------------- Instead of using built-in Tumblr code editor which is not very convenient, use your favorite IDE such as VSCode. Synchronize Tumblr Theme Editor with local files with 1 click. Usage Guide included. Other features include ability to break up theme into separate files for modular development.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | EasyThemes! for Tumblr |
ID | ngfojhkndbikighpgpnjfgpckecacpeo |
URL Chính Thức | https://chromewebstore.google.com/detail/easythemes-for-tumblr/ngfojhkndbikighpgpnjfgpckecacpeo |
Mô tả | Allows you to edit your Tumblr themes locally on your computer with your favourite code editor. |
Kích Thước Tệp | 1.5 MB |
Số Lần Cài Đặt | 38 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2021-10-02 |
Ngày Phát Hành | 2021-09-29 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Vitaminiser |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://myproggies.github.io/Pinterest-Love-Pinterest-Screenshot-Saver |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "EasyThemes! for Tumblr", "short_name": "EasyThemes! for Tumblr", "version": "1.4", "description": "Allows you to edit your Tumblr themes locally on your computer with your favourite code editor.", "homepage_url": "https:\/\/twitter.com\/vitaminiser", "author": "@vitaminiser", "permissions": [ "activeTab", "storage", "cookies", "file:\/\/\/", "https:\/\/*.tumblr.com\/*", "http:\/\/127.0.0.1\/*" ], "browser_action": { "default_popup": "popup\/popup.html", "default_icon": { "16": "icons\/icon16.png", "24": "icons\/icon24.png" } }, "icons": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.tumblr.com\/*" ], "exclude_globs": [ "https:\/\/www.tumblr.com\/customize\/*" ], "js": [ "debug.js", "htmllib.js", "blog_page.js" ], "css": [ "newcss.css" ] }, { "matches": [ "https:\/\/www.tumblr.com\/customize\/*" ], "js": [ "debug.js", "htmllib.js", "editor_page.js" ], "css": [ "newcss.css" ] } ], "web_accessible_resources": [ "debug.js", "inject.js", "htmllib.js", "guide\/guide.html", "panel.html", "fonts\/tumblr-icons.*", "settings.html", "dialog.html", "projects\/projects.html" ], "manifest_version": 2 } |