The Altening Saver - Unofficial

Log 'Generate Alt' button clicks into a txt

The Altening Saver - Unofficialคืออะไร?

The Altening Saver - Unofficial เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Intent และคุณลักษณะหลักของมันคือ "Log 'Generate Alt' button clicks into a txt"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Altening Saver - Unofficial

ดาวน์โหลดไฟล์ส่วนขยาย The Altening Saver - Unofficial ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        With The Altening Saver, every time you generate an alt on the panel, it will be copied to a list that you can then view, and copy to clipboard by clicking the icon of this extension. The generated list conforms with the standard client account manager combo format, e.g. email:pass.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ The Altening Saver - Unofficial The Altening Saver - Unofficial
ID ggdfagoidfaekenhaeofhcpkkhfakijl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/the-altening-saver-unoffi/ggdfagoidfaekenhaeofhcpkkhfakijl
คำอธิบาย Log 'Generate Alt' button clicks into a txt
ขนาดไฟล์ 81.74 KB
จำนวนการติดตั้ง 241
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2019-09-18
วันที่เผยแพร่ 2019-09-18
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Intent
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Altening Saver - Unofficial",
    "short_name": "The Altening Saver",
    "description": "Log 'Generate Alt' button clicks into a txt",
    "version": "1.0",
    "author": "Intent",
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/panel.thealtening.com\/"
            ],
            "js": [
                "jquery.js",
                "inject.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "16.png",
            "20": "20.png",
            "32": "32.png",
            "40": "40.png"
        },
        "default_title": "The Altening Saver",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "64": "64.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/panel.thealtening.com\/"
    ]
}