WebAdmin
This extension checks if site supports WebAdmin Editor
WebAdmin là gì?
WebAdmin là một tiện ích mở rộng Chrome được phát triển bởi metabake1, và tính năng chính của nó là "This extension checks if site supports WebAdmin 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 WebAdmin
Tải xuống các tệp mở rộng WebAdmin 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
This extension checks if site supports WebAdmin Editor. In case site is support WebAdmin editor, on button click you'll be redirected to WebAdmin editor to edit site content.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | WebAdmin |
ID | oaecohdoihcbaogfkhlfkcdbggnmmbek |
URL Chính Thức | https://chromewebstore.google.com/detail/webadmin/oaecohdoihcbaogfkhlfkcdbggnmmbek |
Mô tả | This extension checks if site supports WebAdmin Editor |
Kích Thước Tệp | 54.41 KB |
Số Lần Cài Đặt | 36 |
Phiên Bản Hiện Tại | 0.1.1 |
Cập Nhật Lần Cuối | 2019-05-12 |
Ngày Phát Hành | 2019-05-08 |
Nhà Phát Triển | metabake1 |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://blog.metabake.org |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WebAdmin", "description": "This extension checks if site supports WebAdmin Editor", "version": "0.1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" }, "description": "Opens index.html" } }, "background": { "scripts": [ "lib\/jquery\/jquery.min.js", "lib\/js-yaml\/js-yaml.min.js", "background.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "permissions": [ "activeTab", "tabs", "http:\/\/*\/", "https:\/\/*\/" ] } |