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ファイルをダウンロード

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