Elegant API Manager

Add Client Management fields to the Elegant Themes API page. This extension simply adds a 'Client Name' and 'Client URL' field to…

Elegant API Managerとは何ですか?

Elegant API ManagerはSJ Jamesによって開発されたChromeの拡張機能で、その主な機能は「Add Client Management fields to the Elegant Themes API page. This extension simply adds a 'Client Name' and 'Client URL' field to…」です。

拡張機能のスクリーンショット

screenshot

Elegant API Manager拡張機能のCRXファイルをダウンロード

Elegant API Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Add Client Management fields to the Elegant Themes API page. This extension simply adds a 'Client Name' and 'Client URL' field to your API keys. The information is saved in local storage, which means the only person who ever has access to it, is you.                    

拡張機能の基本情報

名前 Elegant API Manager Elegant API Manager
ID pmdgohpkmefpmneaepdoimlamaaekmbi
公式URL https://chromewebstore.google.com/detail/elegant-api-manager/pmdgohpkmefpmneaepdoimlamaaekmbi
説明 Add Client Management fields to the Elegant Themes API page. This extension simply adds a 'Client Name' and 'Client URL' field to…
ファイルサイズ 36.94 KB
インストール数 113
現在のバージョン 0.2
最終更新日 2018-07-21
公開日 2018-07-20
評価 3.83/5 合計 6 レビュー
開発者 SJ James
Eメール [email protected]
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Elegant API Manager",
    "version": "0.2",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.elegantthemes.com\/members-area\/api\/"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_title": "Elegant API Manager"
    }
}