IT'S TIME FOR ALEX!

Alex time...

IT'S TIME FOR ALEX!とは何ですか?

IT'S TIME FOR ALEX!はJordanWelchによって開発されたChromeの拡張機能で、その主な機能は「Alex time...」です。

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

screenshot
screenshot

IT'S TIME FOR ALEX!拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Just a little project I made for my digital media class in school along with my friends, Alex and Davis. Thank you to the maker of the TIME TO STOP extension and Filthy Frank for the inspiration. No Alexes were harmed in the making of this extension.                    

拡張機能の基本情報

名前 IT'S TIME FOR ALEX! IT'S TIME FOR ALEX!
ID ibjnjklanhlepfahlbfohminnhinnbmk
公式URL https://chrome.google.com/webstore/detail/its-time-for-alex/ibjnjklanhlepfahlbfohminnhinnbmk
説明 Alex time...
ファイルサイズ 15.7 MB
インストール数 307
現在のバージョン 1.0
最終更新日 2019-03-27
公開日 2019-03-27
評価 4.67/5 合計 3 レビュー
開発者 JordanWelch
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "TIME FOR ALEX"
    },
    "content_scripts": [
        {
            "css": [
                "timetostop.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ]
        }
    ],
    "description": "Alex time... ",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "name": "IT'S TIME FOR ALEX!",
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0",
    "web_accessible_resources": [
        "assets\/*"
    ]
}