Link to fragment

Create and copy link to selected text fragment

Qu'est-ce que Link to fragment ?

Link to fragment est une extension Chrome développée par Lino Uruñuela, et sa fonction principale est "Create and copy link to selected text fragment".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Link to fragment

Téléchargez les fichiers d'extension Link to fragment au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Link to fragment Link to fragment
ID edldjmaahfpnohhdhcbcmaedmnmfjgab
URL Officiel https://chromewebstore.google.com/detail/link-to-fragment/edldjmaahfpnohhdhcbcmaedmnmfjgab
Description Create and copy link to selected text fragment
Taille du Fichier 42.38 KB
Nombre d'Installations 224
Version Actuelle Second version extension, new design (border radius)
Dernière Mise à Jour 2020-12-10
Date de Publication 2020-06-08
Évaluation 4.00/5 Total 1 Évaluations
Développeur Lino Uruñuela
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}