The Altening Saver - Unofficial

Log 'Generate Alt' button clicks into a txt

The Altening Saver - Unofficial란 무엇입니까?

The Altening Saver - Unofficial은(는) Intent에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Log 'Generate Alt' button clicks into a txt"입니다.

확장 프로그램 스크린샷

screenshot

The Altening Saver - Unofficial 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/"
    ]
}