Copy Marker

Copy shareable URL with highlighted selection

Apa itu Copy Marker?

Copy Marker adalah ekstensi Chrome yang dikembangkan oleh https://roadmap.sh, dan fitur utamanya adalah "Copy shareable URL with highlighted selection".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Copy Marker

Unduh file ekstensi Copy Marker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Copy Marker Copy Marker
ID jlbhiiaglonlmddaenlicebafcmpcoob
URL Resmi https://chromewebstore.google.com/detail/copy-marker/jlbhiiaglonlmddaenlicebafcmpcoob
Deskripsi Copy shareable URL with highlighted selection
Ukuran File 12.03 KB
Jumlah Instalasi 44
Versi Saat Ini 1.0
Terakhir Diperbarui 2020-06-13
Tanggal Publikasi 2020-06-12
Pengembang https://roadmap.sh
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/kamranahmedse/copy-marker
Bahasa yang Didukung 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"
        ]
    }
}