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
官方網址 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
電子郵箱 [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\/*"
    ]
}