Skip to content

Commit

Permalink
released version 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaroslav Kravtsov committed Apr 13, 2018
1 parent 046ac42 commit 0ff3ac3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
3 changes: 1 addition & 2 deletions components/css/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ header .center-block {
}

.app-name {
line-height: 25px;
margin-right: 15px;
margin: 5px;
}

footer {
Expand Down
13 changes: 7 additions & 6 deletions components/html/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
<div class="container" style="min-width: 320px">
<header>
<div class="center-block">
<h3 class="pull-left app-name"><sup class="text-danger">Linkens</sup></h3>
<div class="clearfix"></div>
<h3 class="text-danger app-name">
Linkens
</h3>
</div>
</header>

Expand All @@ -34,13 +35,13 @@ <h3 class="pull-left app-name"><sup class="text-danger">Linkens</sup></h3>
<div class="mdl-stepper-bar-right"></div>
</div>
<div class="mdl-stepper-step active-step">
<div class="mdl-stepper-circle pointer" data-link-url="https://www.linkedin.com/people/pymk?trk=nav_responsive_sub_nav_pymk">
<div class="mdl-stepper-circle pointer" data-link-url="https://www.linkedin.com/mynetwork/">
<i class="fa fa-user-plus" aria-hidden="true"></i>
</div>
<div class="mdl-stepper-title">
<span data-translation="visit_special"></span>
<span
data-link-url="https://www.linkedin.com/people/pymk?trk=nav_responsive_sub_nav_pymk"
data-link-url="https://www.linkedin.com/mynetwork/"
class="link"
data-translation="page"
></span>
Expand All @@ -64,14 +65,14 @@ <h3 class="pull-left app-name"><sup class="text-danger">Linkens</sup></h3>
<div class="mdl-card__supporting-text">
<div class="mdl-stepper-horizontal-alternative">
<div class="mdl-stepper-step active-step">
<div data-link-url="https://www.linkedin.com/people/pymk?trk=nav_responsive_sub_nav_pymk"
<div data-link-url="https://www.linkedin.com/mynetwork/"
class="mdl-stepper-circle pointer">
<i class="fa fa-user-plus" aria-hidden="true"></i>
</div>
<div class="mdl-stepper-title">
<span data-translation="visit_special"></span>
<span
data-link-url="https://www.linkedin.com/people/pymk?trk=nav_responsive_sub_nav_pymk"
data-link-url="https://www.linkedin.com/mynetwork/"
class="link"
data-translation="page"
></span>
Expand Down
8 changes: 4 additions & 4 deletions components/js/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ function getDOMObjects (obj) {

return {
initials: jQuery(obj).parents(personCardSelector)
.find('.mn-person-info__name')
.find('.pymk-card__name')
.text(),
title: jQuery(obj).parents(personCardSelector)
.find('.mn-person-info__occupation')
.find('.pymk-card__occupation')
.text(),
img: jQuery(obj).parents(personCardSelector)
.find('[data-control-name="pymk_profile"] > img')
.find('.pymk-card__image > img')
.attr('src'),
link: jQuery(obj).parents(personCardSelector)
.find('.mn-person-info__link')
.find('.pymk-card__link')
.attr('href'),
personCardSelector: personCardSelector
};
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Linkens",
"description": "This Chrome extension helps you to add new contacts in the social network LinkedIn",
"version": "0.4.3",
"version": "0.4.4",
"default_locale": "en",
"icons": {
"128": "components/icon.png"
Expand Down

0 comments on commit 0ff3ac3

Please sign in to comment.