YOLO

This extension turns Submit buttons into YOLO buttons.

YOLOとは何ですか?

YOLOはUnknownによって開発されたChromeの拡張機能で、その主な機能は「This extension turns Submit buttons into YOLO buttons.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Feel free to fork or send a pull request at https://github.com/dmoreh/yolo                    

拡張機能の基本情報

名前 YOLO YOLO
ID anjhjamgafnejbnbehclganpleacccfo
公式URL https://chromewebstore.google.com/detail/yolo/anjhjamgafnejbnbehclganpleacccfo
説明 This extension turns Submit buttons into YOLO buttons.
ファイルサイズ 4.23 KB
インストール数 23
現在のバージョン 1.0
最終更新日 2014-08-02
公開日 2014-08-02
評価 4.60/5 合計 5 レビュー
開発者 Unknown
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YOLO",
    "description": "This extension turns Submit buttons into YOLO buttons.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "yolo.js"
            ]
        }
    ],
    "permissions": [
        ""
    ]
}