禅定
专注工作与学习
Wat is 禅定?
禅定 is een Chrome-extensie ontwikkeld door jichangee, en de belangrijkste functie is "专注工作与学习".
Extensie Screenshots
Download het CRX-bestand van de extensie 禅定
Download 禅定-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
禅定 - 屏蔽设置的网站 - 专注于工作和学习
Basisinformatie over de Extensie
Naam | |
ID | noihonnfandaccniompmnaechlcogdcg |
Officiële URL | https://chromewebstore.google.com/detail/%E7%A6%85%E5%AE%9A/noihonnfandaccniompmnaechlcogdcg |
Beschrijving | 专注工作与学习 |
Bestandsgrootte | 64.59 KB |
Aantal Installaties | 13 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2019-12-13 |
Publicatiedatum | 2019-12-13 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | jichangee |
Betalingswijze | free |
Ondersteunde Talen | 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 } |