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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}