WordPress Publish Confirmation
This extension displays a confirmation dialog when you click the Publish button.
WordPress Publish Confirmationとは何ですか?
WordPress Publish ConfirmationはAwesomeRenによって開発されたChromeの拡張機能で、その主な機能は「This extension displays a confirmation dialog when you click the Publish button.」です。
拡張機能のスクリーンショット
WordPress Publish Confirmation拡張機能のCRXファイルをダウンロード
WordPress Publish Confirmation拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The extension is still in beta. It only works when Interface Language is set to 'en - English' in Account Settings. 拡張機能の基本情報
| 名前 | |
| ID | cpebopggklnnepecbkcogmfjbakhgbjg |
| 公式URL | https://chromewebstore.google.com/detail/wordpress-publish-confirm/cpebopggklnnepecbkcogmfjbakhgbjg |
| 説明 | This extension displays a confirmation dialog when you click the Publish button. |
| ファイルサイズ | 3.29 KB |
| インストール数 | 21 |
| 現在のバージョン | 0.1.0 |
| 最終更新日 | 2016-05-23 |
| 公開日 | 2016-05-22 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | AwesomeRen |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "WordPress Publish Confirmation",
"description": "This extension displays a confirmation dialog when you click the Publish button.",
"version": "0.1.0",
"content_scripts": [
{
"matches": [
"*:\/\/wordpress.com\/*"
],
"js": [
"main.js"
]
}
]
} | |