commit | 310c290cc9c2124f12f1cf6a5567e3a1836619d7 | [log] [tgz] |
---|---|---|
author | Adrià Vilanova Martínez <me@avm99963.com> | Mon Jul 04 00:31:41 2022 +0200 |
committer | Adrià Vilanova Martínez <me@avm99963.com> | Sun Jul 03 23:25:40 2022 +0000 |
tree | 2b297c23d2d0f5e0d87c4ec015b9eb8e5678cb00 | |
parent | f8f860e369643759f100acd2e6e74fd165b6e254 [diff] |
Let features request optional host permissions Sometimes a feature requires additional host permissions to work. This change allows features to request this. This change has changed the structure of requiredOptPermissions in the optionsPrototype.json5 file from being an array of string permissions to being an object of type chrome.permissions.Permissions (an object containing property permissions (an array of (string) permissions, as before) and property origins (an array of (string) hosts). Bug: twpowertools:86, twpowertools:87 Change-Id: Iacdc6f928876942e213488b12e12f950da7b7c05
An extension which brings several enhancements to the Google Forums and the Community Console.
For a list of features/enhancements, check out the feature list doc.
This extension is being actively developed, and everyone is welcome to make feature requests, report issues and contribute code changes.
In order to make feature requests or report issues, please do so at the Monorail Issue Tracker:
To see a more exhaustive guide on how to contribute, and information on how to contribute code changes, please read the following doc:
Before releasing updates to the stable channel, the newest versions are uploaded to the beta channel so they can be tested by everyone who's interested. This is another way to contribute to the project, because beta testing can make us notice bugs before they reach the stable channel.
The beta channel for Chrome is available here.