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
官方網址 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
}