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.
扩展基本信息
名称 | Site Locker |
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", " |