Look Busy

Fool people into thinking you're hard at work with this user-friendly extension!

Look Busy란 무엇입니까?

Look Busy은(는) Liberated Programmer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fool people into thinking you're hard at work with this user-friendly extension!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Look Busy 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Have you ever needed to be able to quickly escape a website you are on and convince others that you are busy working on something when you really aren't?
If so, Look Busy is the extension for you!

There are just a few simple steps:
1. Select the subject that you want to look like you are working on from the dropdown.
2. Click anywhere outside of the popup window to close it (your choice is automatically saved).
3. When you need to quickly escape a webpage, press your Escape key and you will be brought to a random webpage related to the subject that you chose*.
4. Later, if you would like to return to the webpage that you were on before you escaped, hold down your Shift key and press your Home key**.

* Webpages will usually be a Stack Exchange related to the subject or a Stack Overflow if the subject is programming. On rare occasions you may be brought to the front page of Wikipedia (this only occurs if for some reason Look Busy cannot determine what subject you have selected).
** Some smaller keyboards do not have Home keys. A solution for this may be coming in a future update - stay tuned!

⚠ IMPORTANT ⚠
==============
Look Busy overrides the use of your escape key when active. There are many times when browsing the web when you would like to use your escape key for some other reason. In order to deactivate Look Busy, visit chrome://extensions/ and click the toggle on Look Busy to turn it on/off.

To learn more about the extension and see the privacy policy, visit:
https://liberated-programmer.github.io/look-busy.html                    

확장 프로그램 기본 정보

이름 Look Busy Look Busy
ID glddhfhphankkmmpbmjebcmcigiekhio
공식 URL https://chromewebstore.google.com/detail/look-busy/glddhfhphankkmmpbmjebcmcigiekhio
설명 Fool people into thinking you're hard at work with this user-friendly extension!
파일 크기 30.6 KB
설치 횟수 363
현재 버전 1.0.2
최근 업데이트 2023-08-31
출시 날짜 2022-08-13
평점 3.00/5 총 3 개의 평점
개발자 Liberated Programmer
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://liberated-programmer.github.io/look-busy.html
개인정보 보호 정책 페이지 URL https://liberated-programmer.github.io/look-busy.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Look Busy",
    "version": "1.0.2",
    "manifest_version": 3,
    "description": "Fool people into thinking you're hard at work with this user-friendly extension!",
    "author": "Liberated Programmer",
    "icons": {
        "16": "images\/look_busy_16_16.png",
        "48": "images\/look_busy_48_48.png",
        "128": "images\/look_busy_128_128.png"
    },
    "action": {
        "default_title": "Look Busy",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "scripts\/redirect.js"
            ]
        }
    ]
}