Site Locker
to lock your sites and increase productivity
Wat is Site Locker?
Site Locker is een Chrome-extensie ontwikkeld door Albert-W, en de belangrijkste functie is "to lock your sites and increase productivity".
Extensie Screenshots
Download het CRX-bestand van de extensie Site Locker
Download Site Locker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | folahcfhclpiikbgfkehhbjoppbacbnc |
| Officiële URL | https://chromewebstore.google.com/detail/site-locker/folahcfhclpiikbgfkehhbjoppbacbnc |
| Beschrijving | to lock your sites and increase productivity |
| Bestandsgrootte | 141 KB |
| Aantal Installaties | 264 |
| Huidige Versie | 1.1.0 |
| Laatst Bijgewerkt | 2020-09-02 |
| Publicatiedatum | 2020-08-22 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Albert-W |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/Albert-W/site-locker |
| Ondersteunde Talen | 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",
" | |