Look Busy

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

Look Busy क्या है?

Look Busy Liberated Programmer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fool people into thinking you're hard at work with this user-friendly extension!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Look Busy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}