Site Locker
to lock your sites and increase productivity
Was ist Site Locker?
Site Locker ist eine Chrome-Erweiterung, die von Albert-W entwickelt wurde, und ihr Hauptmerkmal ist "to lock your sites and increase productivity".
Erweiterungsscreenshots
Site Locker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Site Locker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
It's a super lightweight chrome extension to lock website and increase productivity.
In order to reduce the performance cost from this extension, I did not add any makeups nor jQuery. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | folahcfhclpiikbgfkehhbjoppbacbnc |
| Offizielle URL | https://chromewebstore.google.com/detail/site-locker/folahcfhclpiikbgfkehhbjoppbacbnc |
| Beschreibung | to lock your sites and increase productivity |
| Dateigröße | 141 KB |
| Installationsanzahl | 264 |
| Aktuelle Version | 1.1.0 |
| Letztes Update | 2020-09-02 |
| Veröffentlichungsdatum | 2020-08-22 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | Albert-W |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/Albert-W/site-locker |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Site Locker",
"description": "to lock your sites and increase productivity",
"version": "1.1.0",
"manifest_version": 2,
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/favicon16.png",
"32": "images\/favicon32.png",
"48": "images\/favicon48.png",
"128": "images\/favicon128.png"
}
},
"icons": {
"16": "images\/favicon16.png",
"32": "images\/favicon32.png",
"48": "images\/favicon48.png",
"128": "images\/favicon128.png"
},
"permissions": [
"storage",
"contextMenus",
"tabs",
" | |