Skip to content

Commit

Permalink
🚀 RELEASE: 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ortoniKC committed Aug 10, 2020
1 parent cc05dba commit f2d0907
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
3 changes: 1 addition & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"contextMenus",
"tabs",
"storage",
"notifications",
"debugger"
"notifications"
],
"content_scripts": [
{
Expand Down
8 changes: 5 additions & 3 deletions panel/panel.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
height: 100vh;
margin: 0;
padding: 0;
/* font-size: small; */
font-family: "Lato", sans-serif;
}

Expand Down Expand Up @@ -193,15 +194,16 @@ <h1 class="subtitle has-text-info">Select the check box to get the <strong
<div class="container_item box" data-item="2">
<div id="anchorXPath">
<div class="notification is-primary">
<p>Please use the context menu to select parent & child element</p>
<p>Please use the context menu to select parent & child element <strong>Update in 1.0.1 - Customize as per
your requirement</strong></p>
</div>
</div>
</div>
<!-- axes -->
<!-- About -->
<div class="container_item block" data-item="5">
<div class="box">
<p class="subtitle is-5 has-text-primary">LetXPath V 1.0.1</p>
<p class="subtitle is-5 has-text-white">LetXPath v1.0.1</p>
<div class="field has-addons has-addons-centered">
<div class="column">
<a href="https://twitter.com/intent/tweet?text=https://chrome.google.com/webstore/detail/letxpath/bekehlnepmijedippfibbmbglglbmlgk"
Expand Down Expand Up @@ -246,7 +248,7 @@ <h1 class="subtitle has-text-info">Select the check box to get the <strong
</div>
<div class="content">
<div class="container has-text-centered">
<div class="box has-text-centered">
<div class="box has-text-centered has-text-white">
<p>Thank you for your time! Please take a minute to leave your feedback. Your Review helps me not only
to improve the product but also to let others know about the product and its usage.
I will be forever grateful. Thank you in advance for helping me out!
Expand Down
12 changes: 9 additions & 3 deletions popup/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>LetXPath</title>
<link rel="stylesheet" href="../app/styles/bulma.min.css" />
<link rel="stylesheet" href="../app/styles/ballon.css" />

<style>
body {
background-image: url("../assets/bg-pop.svg");
Expand Down Expand Up @@ -55,13 +55,19 @@
<p>LetXPath is an open-source project.
It can help you to find the best XPath & CSS and also generate the code snippet.
</p>
<p><a href="https://github.com/ortoniKC/LetXPath/graphs/contributors" target="_blank">✡ Our Contributors ✡</a>
<div class="field has-addons has-addons-centered">
<a href="https://chrome.google.com/webstore/detail/letxpath/bekehlnepmijedippfibbmbglglbmlgk/reviews"
target="_blank">
<button class="button is-link is-light">Your Review Matters!</button>
</a>
</div>
<!-- <p><a href="https://github.com/ortoniKC/LetXPath/graphs/contributors" target="_blank">✡ Our Contributors ✡</a> -->
</p>
</div>
</div>
<footer>
<div class="content my-content is-small">
<p><a href="https://opensource.org/licenses/BSD-3-Clause" target="_blank">Licensed</a></p>
<p><a href="https://github.com/ortoniKC/LetXPath/blob/master/LICENSE" target="_blank">Licensed</a></p>
<p><a href="https://github.com/ortoniKC/LetXPath/blob/dev/privacy.md" target="_blank">Privacy Policy</a></p>
</div>
</footer>
Expand Down

0 comments on commit f2d0907

Please sign in to comment.