No feature flags found for this page.
+See documentation for setup instructions.
+ `; + } + return `
- ${flag.title} - ${flag.description} + ${flag.title || flag.key} + ${flag.description || ''} |
- + |
Feature flags not configured.
+Please see Readme.md : https://github.com/phenixcoder/feature-flags-chrome-plugin +
+No feature flags found for this page.
+See documentation for setup instructions.
+ `; + } + + return ` +
+ ${escapeHtml(flag.title || flag.key)} + ${escapeHtml(flag.description || '')} + |
+ + + + | +
This test application demonstrates integration with the Feature Flags Chrome Extension. + Load the extension and refresh this page to see it in action!
+ +Toggle between light and dark themes
+ DISABLED +Enable experimental user interface elements
+ DISABLED +Enhanced tracking and reporting features
+ DISABLED +Real-time browser notifications
+ DISABLED +The requested file ${pathname}
was not found.
Feature flags not configured.
-Please see Readme.md : https://github.com/phenixcoder/feature-flags-chrome-plugin -
-No feature flags found for this page.
-See documentation for setup instructions.
- `; - } - - return ` -
- ${flag.title || flag.key} - ${flag.description || ''} - |
- - - - | -