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 |
公式URL | 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 |
Eメール | [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" ] } } |