Skip to content

Commit 82c497b

Browse files
committed
New: Options > Sister Projects > Swaggy
Новое: Параметры > Наши проекты > Swaggy
1 parent 1994616 commit 82c497b

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

_locales/en_US/messages.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,14 @@
457457
"message": "PoziWorld develops software that helps you solve everyday tasks easier, faster, more efficiently, is free to use, and does not track your activity without your prior agreement."
458458
}
459459
,
460+
"swaggyDescriptionParagraph1": {
461+
"message": "Voice control for Swagbucks.com (unofficial). Accessibility-friendly."
462+
}
463+
,
464+
"swaggyDescriptionParagraph2": {
465+
"message": "Swaggy makes Swagbucks.com a little bit more accessible by letting you search, navigate, click, sort* without looking for the corresponding buttons, links, toggles on a page."
466+
}
467+
,
460468
"peDescriptionParagraph1": {
461469
"message": "Lets you use your voice to control things you usually use your mouse and/or keyboard for."
462470
}
Lines changed: 1 addition & 0 deletions
Loading

options/js/controllers/misc.js

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
1-
// Controller for Our Projects page
1+
// Controller for Sister Projects page
22
optionsControllers.controller( 'ProjectsCtrl', function( $scope, $rootScope ) {
33
$scope.boolIsNotOperaAddon = ! boolConstIsOperaAddon;
44

55
$scope.arrProjects = [
66
{
7+
strName : 'Swaggy'
8+
, strAbbreviation : 'swaggy'
9+
, strImageFileName : 'swaggy-icon-48.svg'
10+
/**
11+
* @todo More suitable var names
12+
*/
13+
, strChromeLink : 'https://chrome.google.com/webstore/detail/beblcchllamebejoakjbhhajpmlkjoaf'
14+
, strOperaLink : 'https://chrome.google.com/webstore/detail/beblcchllamebejoakjbhhajpmlkjoaf'
15+
}
16+
, {
717
strName : 'PoziWorld Elf'
818
, strAbbreviation : 'pe'
919
, strImageFileName : 'pe-icon-64.png'

0 commit comments

Comments
 (0)