禅定
专注工作与学习
What is 禅定?
禅定 is a Chrome extension developed by jichangee, and its main feature is "专注工作与学习".
Extension Screenshots
Download 禅定 Extension CRX File
Download 禅定 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
禅定 - 屏蔽设置的网站 - 专注于工作和学习
Extension Basic Information
Name | |
ID | noihonnfandaccniompmnaechlcogdcg |
Official URL | https://chromewebstore.google.com/detail/%E7%A6%85%E5%AE%9A/noihonnfandaccniompmnaechlcogdcg |
Description | 专注工作与学习 |
File Size | 64.59 KB |
Installation Count | 13 |
Current Version | 1.0.0 |
Last Updated | 2019-12-13 |
Publish Date | 2019-12-13 |
Rating | 5.00/5 Total 1 Ratings |
Developer | jichangee |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u7985\u5b9a", "description": "\u4e13\u6ce8\u5de5\u4f5c\u4e0e\u5b66\u4e60", "version": "1.0.0", "content_scripts": [ { "js": [ "content_scripts.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "permissions": [ "storage" ], "browser_action": { "default_title": "\u4e13\u6ce8\u5de5\u4f5c\u4e0e\u5b66\u4e60", "default_icon": "icons\/icon48.png", "default_popup": "popup.html" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 2 } |