Highlight Me
This simple tool allows you to highlight selected text on web pages. - You can choose among a variety of background colors. - You…
Apa itu Highlight Me?
Highlight Me adalah ekstensi Chrome yang dikembangkan oleh Faycal Bessayah, dan fitur utamanya adalah "This simple tool allows you to highlight selected text on web pages. - You can choose among a variety of background colors. - You…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Highlight Me
Unduh file ekstensi Highlight Me 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
This simple tool allows you to highlight selected text on web pages. - You can choose among a variety of background colors. - You can point out important information in long web pages by highlighting text with your mouse. * You need to refresh opened pages after installation.
Informasi Dasar Ekstensi
Nama | Highlight Me |
ID | ddpcccogmbnjklniagfkclpbohhaoidf |
URL Resmi | https://chromewebstore.google.com/detail/highlight-me/ddpcccogmbnjklniagfkclpbohhaoidf |
Deskripsi | This simple tool allows you to highlight selected text on web pages. - You can choose among a variety of background colors. - You… |
Ukuran File | 265 KB |
Jumlah Instalasi | 27 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2021-03-14 |
Tanggal Publikasi | 2021-01-09 |
Pengembang | Faycal Bessayah |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Highlight Me", "version": "1.0", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "colorPick.css" ], "js": [ "content.js" ] } ], "permissions": [ "storage" ], "browser_action": { "default_icon": "Highlight.png", "default_popup": "index.html", "default_title": "Highlight Me" } } |