Firefox 用户 d4fff9
关于我
名称 | Firefox 用户 d4fff9 |
---|---|
注册时间 | June 12, 2018 |
开发的附加组件数量 | 0 个附加组件 |
开发的附加组件平均得分 | 尚无评分 |
我所发表的评价
Force Addon Status
评分1星,满分5星
I read this:
--->
Provides ability to change status of specific addon (enabled/disabled).# Abstract
This addon provides ability to control enabled/disabled status of addons.
This is mainly designed for corporate-use.
# Usage
## For Extensions
If you want an addon "tbtestpilot@labs.mozilla.com" to be controlled, then
create a string preference for the addon, like:
pref("extensions.force-addon-status@clear-code.com.addons.tbtestpilot@labs.mozilla.com.status", "enabled");
Possible values:
* `enabled`
* `disabled`
* `uninstall`
* `global`
You can specify two or more values as a comma-separated list, like:
pref("extensions.force-addon-status@clear-code.com.addons.tbtestpilot@labs.mozilla.com.status",
"global,enabled");
If you set the value to `global` and the addon is installed to the user profile, then the user profile version will be uninstalled and the globally installed version will become active.
## For Plugins
If you want a plugin named "Java(TM) Plug-in ..." to be controlled, then
you have to create two preferences like:
pref("extensions.force-addon-status@clear-code.com.plugins.0.pattern",
"^Java\(TM\) Plug-in");
pref("extensions.force-addon-status@clear-code.com.plugins.0.status",
false);
The value of ".pattern" is a regular expression (case sensitive) for the name
of the plugin, because addon-id for plugins are modified on every install.
If the value of ".status" is `true`, then the plugin will be activated. Otherwise disabled.
<---
Did I understood it right: This addon should activate or deactivate one or more addons? This is a GUI addon?
May it be, that you do not got all lathes on the fence? Which common user, that is in fear about what addons do or not do, and want to click one off or on or want to click some off or on, should understand that? When you are to lazy to implement getting all this strings and whatever from installed addons, then dont do it! You also could have written a documentation to the firefox addon-interfaces and call this adon. This is not an addon, its a piss take!
This is the typical Linux admin/developer brainfuck that says: Look how silly YOU USER are and how INTELLIGENT IAM are.
That mozilla accepts such bullshit.
创建您自已的收藏集,您必须一个 Mozilla 附加组件账户。
或者登录您已有的账户