Scripture Links

Create links to verses and paragraphs on lds.org

Co to jest Scripture Links?

Scripture Links to rozszerzenie Chrome opracowane przez stoutsuidae, a jego główną funkcją jest „Create links to verses and paragraphs on lds.org”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Scripture Links

Pobierz pliki rozszerzeń Scripture Links w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        This extension will allow you to easily share scriptures and conference talks from lds.org.  Just right click on the verse or paragraph you want to share, select Create Link from the menu and now you can paste a link to that specific text anywhere you want.  This extension is in no way affiliated with www.lds.org or The Church of Jesus Christ of Latter Day Saints.

Version 1.2.0 - Can create links in church magazines and teachings of the prophets.
Version 1.1.0 - Can highlight multiple verses or paragraphs
Version 1.0.0 - Can create links for scriptures and general conference talks                    

Podstawowe informacje o rozszerzeniu

Nazwa Scripture Links Scripture Links
ID kljcchnjihlaeephonmgadhdlbmaehlf
Oficjalny URL https://chrome.google.com/webstore/detail/scripture-links/kljcchnjihlaeephonmgadhdlbmaehlf
Opis Create links to verses and paragraphs on lds.org
Rozmiar pliku 9.85 KB
Liczba instalacji 155
Aktualna Wersja 1.2.0
Ostatnia Aktualizacja 2015-10-02
Data Publikacji 2015-10-02
Ocena 4.00/5 Łącznie 4 Oceny
Deweloper stoutsuidae
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scripture Links",
    "version": "1.2.0",
    "manifest_version": 2,
    "description": "Create links to verses and paragraphs on lds.org",
    "icons": {
        "128": "Scripture_Bookmark.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.lds.org\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "clipboardWrite"
    ],
    "background": {
        "page": "background.html"
    }
}