WordPress Dashboard Shortcut
One click to get to the WordPress dashboard from any WordPress.org website.
WordPress Dashboard Shortcutとは何ですか?
WordPress Dashboard ShortcutはMatt Sによって開発されたChromeの拡張機能で、その主な機能は「One click to get to the WordPress dashboard from any WordPress.org website.」です。
拡張機能のスクリーンショット
WordPress Dashboard Shortcut拡張機能のCRXファイルをダウンロード
WordPress Dashboard Shortcut拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
One click shortcut to visit the dashboard of a WordPress site. Great for people who have to manage multiple WordPress websites. It will try to send you the page or post's editing screen if you try from an internal page/post. NOT WORKING AFTER INSTALL? Just refresh the WordPress site. This is only for tabs open prior to installing the plugin, all future visits to any WordPress site or to other pages on your WordPress site will work beautifully with the extension. v1.1 adds ability to specify the dashboard link directly in your code! For more details, right click the icon > options.
拡張機能の基本情報
名前 | WordPress Dashboard Shortcut |
ID | onhnglhmledjhmniakhogfdpkmkinnfe |
公式URL | https://chromewebstore.google.com/detail/wordpress-dashboard-short/onhnglhmledjhmniakhogfdpkmkinnfe |
説明 | One click to get to the WordPress dashboard from any WordPress.org website. |
ファイルサイズ | 76.31 KB |
インストール数 | 1,117 |
現在のバージョン | 1.1.2.2 |
最終更新日 | 2020-11-21 |
公開日 | 2017-10-26 |
評価 | 4.25/5 合計 4 レビュー |
開発者 | Matt S |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WordPress Dashboard Shortcut", "short_name": "WP Dash Shortcut", "description": "One click to get to the WordPress dashboard from any WordPress.org website.", "version": "1.1.2.2", "options_page": "update.htm", "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "exclude_matches": [ "*:\/\/*.basecamp.com\/*" ], "matches": [ " |