SpeedDial

View emergency numbers and support hotlines in the omnibox.

Co je SpeedDial?

SpeedDial je rozšíření Chrome vyvinuté Vivek Bhookya, a jeho hlavní funkcí je „View emergency numbers and support hotlines in the omnibox.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření SpeedDial

Stáhněte si soubory rozšíření SpeedDial ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        FOR THE UNITED STATES ONLY, SpeedDial is a Chrome extension that provides one's state's support/emergency phone numbers conveniently from the omnibox. Additionally, one may call whichever hotline s/he needs immediately within the extension itself. 

If a person needs immediate support, that person should be able to be helped within a reasonable time frame. Some individuals who may desire support don't know that resources exist, and some individuals who are aware of such resources may not necessarily know how to get in contact. With SpeedDial, the time once spent searching for available resources and their contact information can now instead be spent directly on call with a person of assistance. 

Users can dial any of the supported hotlines by clicking on the desired phone number. The calls (at time of publish) are free -- as long as one has a Google Hangouts account (free) and a Google Voice account (also free), s/he can make full use of SpeedDial.
––– SpeedDial currently supports the following hotlines/organizations in every state ONLY in the United States, including Alaska, Hawaii, and the District of Columbia –––
√ National Suicide Prevention Lifeline
√ Substance Abuse (SAMHA’s National Helpline or the Treatment Referral Routing Service)
√ National Domestic Violence Hotline
√ Child Abuse Hotline
√ National Sexual Assault Hotline
√ Crime Victim Support (National Hotline for Crime Victims)
√ National Teen Dating Abuse Helpline
√ Youth Suicide Prevention (The Trevor Project)
√ Requests for additional organizations can be sent to [email protected]!
X 911 CANNOT BE DIALED THROUGH GOOGLE HANGOUTS
–––
Stay safe. May you always have peace 💚
~ Built by Vivek Bhookya and Deepika Gudavalli

–––
Also check out:
❤️LikeFree: Hide likes/reactions/community responses on the Facebook and Instagram websites. Experimental tool which attempts to disassociate the value of a post with the attention received as well as to encourage users to share content with the intention of their personal desires to post instead of posting for likes/attention/social image/etc.

💛PorNo! (Beta): Redirect visits to adult websites to websites of positive/constructive/wholesome/etc content. Experimental tool that attempts to convert the associations of pleasure with adult materials into associations of pleasure with constructive, forward-moving materials in the mind. Intended to serve those who struggle with adult materials/wish to reduce their porn usage, but can be used by all.                    

Základní Informace o Rozšíření

Název SpeedDial SpeedDial
ID aofiljppiempffphbeadcofapjcekeim
Oficiální URL https://chrome.google.com/webstore/detail/speeddial/aofiljppiempffphbeadcofapjcekeim
Popis View emergency numbers and support hotlines in the omnibox.
Velikost souboru 686 KB
Počet instalací 38
Aktuální Verze 0.0.1.0
Poslední Aktualizace 2018-07-22
Datum Vydání 2018-07-22
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář Vivek Bhookya
E-mail [email protected]
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SpeedDial",
    "description": "View emergency numbers and support hotlines in the omnibox.",
    "version": "0.0.1.0",
    "author": "Vivek Bhookya and Deepika Gudavalli",
    "browser_action": {
        "default_icon": "icons\/speedDial_icon.png",
        "default_popup": "popup2.html",
        "default_title": "SpeedDial"
    },
    "icons": {
        "16": "icons\/speedDial_icon_16.png",
        "48": "icons\/speedDial_icon_48.png",
        "128": "icons\/speedDial_icon_128.png"
    },
    "background": {
        "scripts": [
            "jquery.min.js",
            "backend_and_ph_numbers.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "backend_and_ph_numbers.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ]
}