Copy Marker
Copy shareable URL with highlighted selection
Was ist Copy Marker?
Copy Marker ist eine Chrome-Erweiterung, die von https://roadmap.sh entwickelt wurde, und ihr Hauptmerkmal ist "Copy shareable URL with highlighted selection".
Erweiterungsscreenshots
Copy Marker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Copy Marker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Copy Marker |
ID | jlbhiiaglonlmddaenlicebafcmpcoob |
Offizielle URL | https://chromewebstore.google.com/detail/copy-marker/jlbhiiaglonlmddaenlicebafcmpcoob |
Beschreibung | Copy shareable URL with highlighted selection |
Dateigröße | 12.03 KB |
Installationsanzahl | 44 |
Aktuelle Version | 1.0 |
Letztes Update | 2020-06-13 |
Veröffentlichungsdatum | 2020-06-12 |
Entwickler | https://roadmap.sh |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/kamranahmedse/copy-marker |
Unterstützte Sprachen | 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" ] } } |