Copy Text Fragment URL

Copy a link to any highlighted text just by right-clicking.

Qu'est-ce que Copy Text Fragment URL ?

Copy Text Fragment URL est une extension Chrome développée par Andrew Rabon, et sa fonction principale est "Copy a link to any highlighted text just by right-clicking.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Copy Text Fragment URL

Téléchargez les fichiers d'extension Copy Text Fragment URL 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

                        As of version 80, Chromium has a fancy new feature called "scroll to text fragment," letting you jump to anywhere in the page given specified text. This extension wraps that functionality, letting you highlight and right-click to easily copy a URL to where that text is on the page.

Inspired by and built for the Web's loyal vanguard and general lovable weirdo, Bruce Lawson.                    

Informations de Base sur l'Extension

Nom Copy Text Fragment URL Copy Text Fragment URL
ID bemdbglmlhlkmkgfnleiofphhekephnm
URL Officiel https://chromewebstore.google.com/detail/copy-text-fragment-url/bemdbglmlhlkmkgfnleiofphhekephnm
Description Copy a link to any highlighted text just by right-clicking.
Taille du Fichier 148 KB
Nombre d'Installations 371
Version Actuelle 1.0.1
Dernière Mise à Jour 2020-03-12
Date de Publication 2020-03-11
Évaluation 5.00/5 Total 1 Évaluations
Développeur Andrew Rabon
Type de Paiement free
Site Web de l'Extension https://github.com/andrewrabon/copy-text-fragment-url
URL de la Page d'Aide https://github.com/andrewrabon/copy-text-fragment-url/issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy Text Fragment URL",
    "version": "1.0.1",
    "description": "Copy a link to any highlighted text just by right-clicking.",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "512": "icons\/512.png"
    },
    "background": {
        "scripts": [
            "dist\/backgroundScript.js"
        ],
        "persistent": false
    },
    "permissions": [
        "clipboardRead",
        "clipboardWrite",
        "contextMenus"
    ]
}