Copy Marker
Copy shareable URL with highlighted selection
Qu'est-ce que Copy Marker ?
Copy Marker est une extension Chrome développée par https://roadmap.sh, et sa fonction principale est "Copy shareable URL with highlighted selection".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Copy Marker
Téléchargez les fichiers d'extension Copy Marker 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
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.
Informations de Base sur l'Extension
Nom | Copy Marker |
ID | jlbhiiaglonlmddaenlicebafcmpcoob |
URL Officiel | https://chromewebstore.google.com/detail/copy-marker/jlbhiiaglonlmddaenlicebafcmpcoob |
Description | Copy shareable URL with highlighted selection |
Taille du Fichier | 12.03 KB |
Nombre d'Installations | 44 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-06-13 |
Date de Publication | 2020-06-12 |
Développeur | https://roadmap.sh |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/kamranahmedse/copy-marker |
Langues Prises en Charge | 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" ] } } |