Copy Marker
Copy shareable URL with highlighted selection
什麼是Copy Marker?
Copy Marker是由https://roadmap.sh開發的Chrome擴展程式,該擴展的主要功能是“Copy shareable URL with highlighted selection”。
擴展截圖
下載Copy Marker擴展crx文件
下載Copy Marker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Copy Marker |
ID | jlbhiiaglonlmddaenlicebafcmpcoob |
官方網址 | https://chromewebstore.google.com/detail/copy-marker/jlbhiiaglonlmddaenlicebafcmpcoob |
簡介 | Copy shareable URL with highlighted selection |
檔案大小 | 12.03 KB |
安裝次數 | 44 |
目前版本 | 1.0 |
更新時間 | 2020-06-13 |
上架時間 | 2020-06-12 |
開發者 | https://roadmap.sh |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/kamranahmedse/copy-marker |
支援的語言 | 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" ] } } |