WebAdmin
This extension checks if site supports WebAdmin Editor
What is WebAdmin?
WebAdmin is a Chrome extension developed by metabake1, and its main feature is "This extension checks if site supports WebAdmin Editor".
Extension Screenshots
Download WebAdmin Extension CRX File
Download WebAdmin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | WebAdmin |
ID | oaecohdoihcbaogfkhlfkcdbggnmmbek |
Official URL | https://chromewebstore.google.com/detail/webadmin/oaecohdoihcbaogfkhlfkcdbggnmmbek |
Description | This extension checks if site supports WebAdmin Editor |
File Size | 54.41 KB |
Installation Count | 36 |
Current Version | 0.1.1 |
Last Updated | 2019-05-12 |
Publish Date | 2019-05-08 |
Developer | metabake1 |
Payment Type | free |
Extension Website | https://blog.metabake.org |
Supported Languages | 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:\/\/*\/" ] } |