Fake Work Tab

Every new tab makes it look like you're working

什么是Fake Work Tab?

Fake Work Tab是由griffink3开发的Chrome扩展程序,该扩展的主要功能是“Every new tab makes it look like you're working”。

扩展截图

screenshot
screenshot

下载Fake Work Tab扩展crx文件

下载Fake Work Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Have you ever been playing video games or checking social media when you should've been working? And someone walks in on you?

With Fake Work Tab, it can be our little secret ;) Just open a new tab to make it look like you're working in a Google Doc or Google Sheets!                    

扩展基本信息

名称 Fake Work Tab Fake Work Tab
ID mhdjjjkealhkpnabhdidlfnmkdpdfaic
官方URL https://chromewebstore.google.com/detail/fake-work-tab/mhdjjjkealhkpnabhdidlfnmkdpdfaic
简介 Every new tab makes it look like you're working
文件大小 6.05 MB
安装次数 248
当前版本 1.0
更新时间 2020-10-30
上架时间 2020-10-30
评分 5.00/5 共1次评分
开发者 griffink3
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fake Work Tab",
    "short_name": "Fake Work Tab",
    "version": "1.0",
    "description": "Every new tab makes it look like you're working",
    "author": "Griffin Kao and Michael Perusse",
    "chrome_url_overrides": {
        "newtab": "newpage.html"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "start.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/winky16.png",
            "32": "images\/winky32.png",
            "48": "images\/winky48.png",
            "128": "images\/winky128.png"
        }
    },
    "icons": {
        "16": "images\/winky16.png",
        "32": "images\/winky32.png",
        "48": "images\/winky48.png",
        "128": "images\/winky128.png"
    },
    "manifest_version": 2
}