SpeedDial

View emergency numbers and support hotlines in the omnibox.

O que é SpeedDial?

SpeedDial é uma extensão do Chrome desenvolvida por Vivek Bhookya, e sua principal característica é "View emergency numbers and support hotlines in the omnibox.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão SpeedDial

Baixe arquivos de extensão SpeedDial no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome SpeedDial SpeedDial
ID aofiljppiempffphbeadcofapjcekeim
URL Oficial https://chrome.google.com/webstore/detail/speeddial/aofiljppiempffphbeadcofapjcekeim
Descrição View emergency numbers and support hotlines in the omnibox.
Tamanho do Arquivo 686 KB
Contagem de Instalações 38
Versão Atual 0.0.1.0
Última Atualização 2018-07-22
Data de Publicação 2018-07-22
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor Vivek Bhookya
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}