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
Eメール [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
}