Copy Marker
Copy shareable URL with highlighted selection
Wat is Copy Marker?
Copy Marker is een Chrome-extensie ontwikkeld door https://roadmap.sh, en de belangrijkste functie is "Copy shareable URL with highlighted selection".
Extensie Screenshots
Download het CRX-bestand van de extensie Copy Marker
Download Copy Marker-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
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.
Basisinformatie over de Extensie
Naam | Copy Marker |
ID | jlbhiiaglonlmddaenlicebafcmpcoob |
Officiële URL | https://chromewebstore.google.com/detail/copy-marker/jlbhiiaglonlmddaenlicebafcmpcoob |
Beschrijving | Copy shareable URL with highlighted selection |
Bestandsgrootte | 12.03 KB |
Aantal Installaties | 44 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2020-06-13 |
Publicatiedatum | 2020-06-12 |
Ontwikkelaar | https://roadmap.sh |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/kamranahmedse/copy-marker |
Ondersteunde Talen | 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" ] } } |