Copy Marker

Copy shareable URL with highlighted selection

Cos'è Copy Marker?

Copy Marker è un'estensione di Chrome sviluppata da https://roadmap.sh, e la sua funzione principale è "Copy shareable URL with highlighted selection".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Copy Marker

Scarica i file di estensione Copy Marker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Copy Marker allows you to select some text on page, right click and "Copy Marker URL" which will copy the URL with your selection information. You can share it with someone and when they open that URL it will automatically highlight the selection you made and scroll the user to that section of the page.                    

Informazioni di Base sull'Estensione

Nome Copy Marker Copy Marker
ID jlbhiiaglonlmddaenlicebafcmpcoob
URL Ufficiale https://chromewebstore.google.com/detail/copy-marker/jlbhiiaglonlmddaenlicebafcmpcoob
Descrizione Copy shareable URL with highlighted selection
Dimensione del File 12.03 KB
Conteggio Installazioni 44
Versione Corrente 1.0
Ultimo Aggiornamento 2020-06-13
Data di Pubblicazione 2020-06-12
Sviluppatore https://roadmap.sh
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/kamranahmedse/copy-marker
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy Marker",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Copy shareable URL with highlighted selection",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "\/icons\/icon16.png",
        "28": "\/icons\/icon28.png",
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    },
    "browser_action": {
        "default_title": "Copy Marker",
        "default_icon": "\/icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "script.js"
        ]
    }
}