Site Locker
to lock your sites and increase productivity
ما هو Site Locker؟
Site Locker هو إضافة Chrome تم تطويرها بواسطة Albert-W، والميزة الرئيسية لها هي "to lock your sites and increase productivity".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Site Locker
قم بتنزيل ملفات الامتداد Site Locker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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. معلومات أساسية عن التمديد
| الاسم | |
| ID | folahcfhclpiikbgfkehhbjoppbacbnc |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/site-locker/folahcfhclpiikbgfkehhbjoppbacbnc |
| الوصف | to lock your sites and increase productivity |
| حجم الملف | 141 KB |
| عدد التثبيتات | 264 |
| النسخة الحالية | 1.1.0 |
| آخر تحديث | 2020-09-02 |
| تاريخ النشر | 2020-08-22 |
| تقييم | 5.00/5 مجموع تقييمات 1 |
| المطور | Albert-W |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/Albert-W/site-locker |
| اللغات المدعومة | 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",
" | |