WebAdmin
This extension checks if site supports WebAdmin Editor
WebAdminとは何ですか?
WebAdminはmetabake1によって開発されたChromeの拡張機能で、その主な機能は「This extension checks if site supports WebAdmin Editor」です。
拡張機能のスクリーンショット
WebAdmin拡張機能のCRXファイルをダウンロード
WebAdmin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| ID | oaecohdoihcbaogfkhlfkcdbggnmmbek |
| 公式URL | https://chromewebstore.google.com/detail/webadmin/oaecohdoihcbaogfkhlfkcdbggnmmbek |
| 説明 | This extension checks if site supports WebAdmin Editor |
| ファイルサイズ | 54.41 KB |
| インストール数 | 36 |
| 現在のバージョン | 0.1.1 |
| 最終更新日 | 2019-05-12 |
| 公開日 | 2019-05-08 |
| 開発者 | metabake1 |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://blog.metabake.org |
| 対応言語 | 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:\/\/*\/"
]
} | |