Inverto: quick dark mode
Quickly turn any website to dark mode and vice-versa
Vad är Inverto: quick dark mode?
Inverto: quick dark mode är en Chrome-tillägg utvecklad av Bhupesh Singh, och dess huvudfunktion är "Quickly turn any website to dark mode and vice-versa".
Tilläggsskärmbilder
Ladda ner Inverto: quick dark mode-förlängningens CRX-fil
Ladda ner Inverto: quick dark mode-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
Click on the extension icon to turn any website into dark mode. This extension inverts the color of the webpage hence light becomes dark and vice-versa.
I mostly use it to quickly turn any website to dark mode.
My instagram: https://www.instagram.com/bhupesh.in Grundläggande Information om Tillägg
| Namn | |
| ID | kolfenammlikmengddmhgdpdbianpjff |
| Officiell webbadress | https://chromewebstore.google.com/detail/inverto-quick-dark-mode/kolfenammlikmengddmhgdpdbianpjff |
| Beskrivning | Quickly turn any website to dark mode and vice-versa |
| Filstorlek | 14.27 KB |
| Antal Installationer | 236 |
| Aktuell Version | 0.2 |
| Senast Uppdaterad | 2023-12-12 |
| Publiceringsdatum | 2022-03-24 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | Bhupesh Singh |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Inverto: quick dark mode",
"version": "0.2",
"manifest_version": 3,
"description": "Quickly turn any website to dark mode and vice-versa",
"action": {
"default_icon": {
"16": "\/images\/logo\/logo-16.png",
"32": "\/images\/logo\/logo-32.png",
"48": "\/images\/logo\/logo-48.png",
"128": "\/images\/logo\/logo-128.png"
}
},
"icons": {
"16": "\/images\/logo\/logo-16.png",
"32": "\/images\/logo\/logo-32.png",
"48": "\/images\/logo\/logo-48.png",
"128": "\/images\/logo\/logo-128.png"
},
"options_page": "about.html",
"permissions": [
"activeTab",
"scripting"
],
"background": {
"service_worker": "background.js"
}
} | |