Fleedom

Creates distractions to end unwanted conversations at your computer

Fleedomคืออะไร?

Fleedom เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Creates distractions to end unwanted conversations at your computer"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fleedom

ดาวน์โหลดไฟล์ส่วนขยาย Fleedom ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Have you ever found yourself ambushed at your computer by a friend or coworker who seems intent on ruining your web surfing with a conversation that just will not die?  

Sigh...haven't we all?  

And no matter how badly you want to make them leave you alone, you know how it goes:  they start talking about how their cat is sick or their significant other left them, and you know if you shoo them away now, you're a monster.

Well not anymore.

Fleedom allows you to use assignable hotkeys to create perfectly innocent excuses to stop a conversation, all of which originate right from your computer.

Next time someone walks up and accosts you with a boring story, use Fleedom to secretly send a text to your phone, which happens to be from someone you "need to call back right now".

Or use another key combination to fire off a fake Google alert that will sound an alarm and display a predetermined message 10 seconds after activation to give you a perfect excuse to break off any inconvenient chat.

Finally, an additional hotkey assignment will terribly distort all open tabs on your current window, providing you with the perfect reason to break off any discussion until "after you've figured out what's wrong".  Tabs can be restored with a simple refresh.

Click on the extension icon to enter and save your phone number for the texting functionality and the alert message for the fake reminder.  Texts are limited to 3 texts per every 3 minutes and a total of 75 texts every 24 hours.  After hitting a hotkey, the respective badge will quickly flash in the extension icon to covertly notify you that the extension has registered your command.

Hotkeys are automatically assigned in the following configuration upon install, but can be reassigned via the Keyboard Shortcuts link in the Chrome extensions page:

Send Text
Mac: Command+Shift+K
PC: Control+Shift+K

Sound Alert/Reminder (10 second delay)
Mac: Command+Shift+M
PC: Control+Shift+M

Distort Tabs
Mac: Command+Shift+E
PC: Control+Shift+E                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Fleedom Fleedom
ID gobjnmclcpnlhbjajebocchfmiooecbj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fleedom/gobjnmclcpnlhbjajebocchfmiooecbj
คำอธิบาย Creates distractions to end unwanted conversations at your computer
ขนาดไฟล์ 732 KB
จำนวนการติดตั้ง 16
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2017-01-03
วันที่เผยแพร่ 2017-01-03
คะแนน 4.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fleedom",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Creates distractions to end unwanted conversations at your computer",
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "jquery-3.1.1.js",
            "background.js"
        ]
    },
    "commands": {
        "text-hotkey": {
            "suggested_key": {
                "default": "Ctrl+Shift+K"
            },
            "description": "Sends text"
        },
        "alert-hotkey": {
            "suggested_key": {
                "default": "Ctrl+Shift+M"
            },
            "description": "Activates alert"
        },
        "error-hotkey": {
            "suggested_key": {
                "default": "Ctrl+Shift+E"
            },
            "description": "Opens error page"
        }
    }
}