SpeedDial

View emergency numbers and support hotlines in the omnibox.

什麼是SpeedDial?

SpeedDial是由Vivek Bhookya開發的Chrome擴展程式,該擴展的主要功能是“View emergency numbers and support hotlines in the omnibox.”。

擴展截圖

screenshot
screenshot
screenshot

下載SpeedDial擴展crx文件

下載SpeedDial擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 SpeedDial SpeedDial
ID aofiljppiempffphbeadcofapjcekeim
官方網址 https://chrome.google.com/webstore/detail/speeddial/aofiljppiempffphbeadcofapjcekeim
簡介 View emergency numbers and support hotlines in the omnibox.
檔案大小 686 KB
安裝次數 38
目前版本 0.0.1.0
更新時間 2018-07-22
上架時間 2018-07-22
評分 1.00/5 共 1 次評分
開發者 Vivek Bhookya
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    ]
}