Link to fragment

Create and copy link to selected text fragment

Co to jest Link to fragment?

Link to fragment to rozszerzenie Chrome opracowane przez Lino Uruñuela, a jego główną funkcją jest „Create and copy link to selected text fragment”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Link to fragment

Pobierz pliki rozszerzeń Link to fragment 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

                        To create linkt to selected text:
1-Select text
2-Click icon
3-Copy link to selected text                    

Podstawowe informacje o rozszerzeniu

Nazwa Link to fragment Link to fragment
ID edldjmaahfpnohhdhcbcmaedmnmfjgab
Oficjalny URL https://chromewebstore.google.com/detail/link-to-fragment/edldjmaahfpnohhdhcbcmaedmnmfjgab
Opis Create and copy link to selected text fragment
Rozmiar pliku 42.38 KB
Liczba instalacji 224
Aktualna Wersja Second version extension, new design (border radius)
Ostatnia Aktualizacja 2020-12-10
Data Publikacji 2020-06-08
Ocena 4.00/5 Łącznie 1 Oceny
Deweloper Lino Uruñuela
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Link to fragment",
    "short_name": "Link to fragment",
    "description": "Create and copy link to selected text fragment",
    "icons": {
        "16": "images\/icon16-2-1.png",
        "24": "images\/icon24-2-1.png",
        "32": "images\/icon32-2-1.png",
        "64": "images\/icon64-2-1.png",
        "128": "images\/icon128-2-1.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16-2-1.png",
            "24": "images\/icon24-2-1.png",
            "32": "images\/icon32-2-1.png",
            "64": "images\/icon64-2-1.png",
            "128": "images\/icon128-2-1.png"
        }
    },
    "version": "1.3",
    "version_name": "Second version extension, new design (border radius)",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}