Skip to content

Commit e987b24

Browse files
author
Balwant Singh 🚀
committed
Webstore Link Update
1 parent d43d160 commit e987b24

File tree

5 files changed

+31
-2
lines changed

5 files changed

+31
-2
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
plugin.crx
2+
plugin.pem
3+
plugin.zip

ChromeWebStore_Badge_v2_496x150.png

8.96 KB
Loading

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Chrome Plugin to manage Feature Flags on any supported web app.
44

5-
Chrome Web Store Link : **TBC**
5+
[![Chrome Web Store Link](ChromeWebStore_Badge_v2_496x150.png)](https://chrome.google.com/webstore/detail/feature-flags/hmflgmhoghcbmckbbgahfmklegllkggn)
66

77
---
88

plugin/images/github-image.svg

+1
Loading

plugin/popup.html

+26-1
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,36 @@
5757
label:active:after {
5858
width: 20px;
5959
}
60+
61+
62+
h1 {
63+
position: relative;
64+
}
65+
66+
.github {
67+
position: absolute;
68+
right: 0px;
69+
top: 0px;
70+
width: 30px;
71+
height: 30px;
72+
}
73+
74+
.github img {
75+
width: 30px;
76+
height: 30px;
77+
}
6078
</style>
6179
</head>
6280

6381
<body>
64-
<h1>Feature Flags</h1>
82+
<h1>
83+
Feature Flags
84+
<div class="github">
85+
<a target="_blank" href="https://github.com/phenixcoder/feature-flags-chrome-plugin">
86+
<img src="images/github-image.svg" alt="https://github.com/phenixcoder/feature-flags-chrome-plugin" />
87+
</a>
88+
</div>
89+
</h1>
6590
<div id="flags-container">
6691
<p>Feature flags not configured. </p>
6792
<p>Please see Readme.md : <a target="_blank"

0 commit comments

Comments
 (0)