Site Locker
to lock your sites and increase productivity
什麼是Site Locker?
Site Locker是由Albert-W開發的Chrome擴展程式,該擴展的主要功能是“to lock your sites and increase productivity”。
擴展截圖
下載Site Locker擴展crx文件
下載Site Locker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
| 官方網址 | 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",
" | |