Link to fragment

Create and copy link to selected text fragment

Wat is Link to fragment?

Link to fragment is een Chrome-extensie ontwikkeld door Lino Uruñuela, en de belangrijkste functie is "Create and copy link to selected text fragment".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Link to fragment

Download Link to fragment-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Link to fragment Link to fragment
ID edldjmaahfpnohhdhcbcmaedmnmfjgab
Officiële URL https://chromewebstore.google.com/detail/link-to-fragment/edldjmaahfpnohhdhcbcmaedmnmfjgab
Beschrijving Create and copy link to selected text fragment
Bestandsgrootte 42.38 KB
Aantal Installaties 224
Huidige Versie Second version extension, new design (border radius)
Laatst Bijgewerkt 2020-12-10
Publicatiedatum 2020-06-08
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Lino Uruñuela
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}