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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SJ James และคุณลักษณะหลักของมันคือ "Add Client Management fields to the Elegant Themes API page. This extension simply adds a 'Client Name' and 'Client URL' field to…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Elegant API Manager

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}