Hide Cursor
Hide the cursor when a shortcut key is pressed
Vad är Hide Cursor?
Hide Cursor är en Chrome-tillägg utvecklad av hidecursor, och dess huvudfunktion är "Hide the cursor when a shortcut key is pressed".
Tilläggsskärmbilder
Ladda ner Hide Cursor-förlängningens CRX-fil
Ladda ner Hide Cursor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
A Chrome and Firefox extension that hides the cursor. Licensed under GPLv3. Have feedback? Email [email protected], or leave a github issue at https://github.com/alex391/hide-cursor
Grundläggande Information om Tillägg
Namn | Hide Cursor |
ID | kldbplphckmjnjljpfikobfpolmoidge |
Officiell webbadress | https://chromewebstore.google.com/detail/hide-cursor/kldbplphckmjnjljpfikobfpolmoidge |
Beskrivning | Hide the cursor when a shortcut key is pressed |
Filstorlek | 168 KB |
Antal Installationer | 51 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2023-07-17 |
Publiceringsdatum | 2023-07-13 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | hidecursor |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hide Cursor", "description": "Hide the cursor when a shortcut key is pressed", "version": "1.0.0", "manifest_version": 3, "minimum_chrome_version": "92", "permissions": [ "activeTab", "scripting" ], "options_page": "options.html", "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/cursor16.png", "32": "\/images\/cursor32.png", "48": "\/images\/cursor48.png", "128": "\/images\/cursor128.png" } }, "web_accessible_resources": [ { "resources": [ "hidecursor.css" ], "matches": [ " |