Skip to content

Commit

Permalink
Adding all the files!
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleloscozzese committed Feb 5, 2017
1 parent 3c88368 commit 760a2ab
Show file tree
Hide file tree
Showing 15 changed files with 119 additions and 74 deletions.
75 changes: 1 addition & 74 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,83 +3,10 @@ logs
*.log
npm-debug.log*

# Runtime data
pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules
jspm_packages

# Optional npm cache directory
.npm

# Optional REPL history
.node_repl_history

# =========================
# Operating System Files
# =========================

# OSX
# =========================

.DS_Store
.AppleDouble
.LSOverride

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

# Windows
# =========================

# Windows image file caches
Thumbs.db
ehthumbs.db

# Folder config file
Desktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msm
*.msp

# Windows shortcuts
*.lnk
package.zip
Binary file added 128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions _locales/en_GB/messages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"extensionName": {
"message": "Focus",
"description": "The name of the extension."
},
"extensionDescription": {
"message": "Remove the linked questions from StackOverflow.",
"description": "The description of the extension."
},
"extensionVersionName": {
"message": "The initial release.",
"description": "The name of the extension version."
}
}
14 changes: 14 additions & 0 deletions _locales/en_US/messages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"extensionName": {
"message": "Focus",
"description": "The name of the extension."
},
"extensionDescription": {
"message": "Remove the linked questions from StackOverflow.",
"description": "The description of the extension."
},
"extensionVersionName": {
"message": "The initial release.",
"description": "The name of the extension version."
}
}
14 changes: 14 additions & 0 deletions _locales/es/messages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"extensionName": {
"message": "Atención",
"description": "The name of the extension."
},
"extensionDescription": {
"message": "Quite las preguntas vinculadas de StackOverflow.",
"description": "The description of the extension."
},
"extensionVersionName": {
"message": "La primera versión.",
"description": "The name of the extension version."
}
}
14 changes: 14 additions & 0 deletions _locales/fr/messages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"extensionName": {
"message": "Concentrer",
"description": "The name of the extension."
},
"extensionDescription": {
"message": "Supprimez les questions liées à StackOverflow.",
"description": "The description of the extension."
},
"extensionVersionName": {
"message": "La première version.",
"description": "The name of the extension version."
}
}
14 changes: 14 additions & 0 deletions _locales/nl/messages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"extensionName": {
"message": "Focus",
"description": "The name of the extension."
},
"extensionDescription": {
"message": "Verwijder de gekoppelde vragen van StackOverflow.",
"description": "The description of the extension."
},
"extensionVersionName": {
"message": "De eerste versie.",
"description": "The name of the extension version."
}
}
14 changes: 14 additions & 0 deletions _locales/pl/messages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"extensionName": {
"message": "Skupiać",
"description": "The name of the extension."
},
"extensionDescription": {
"message": "Zdjąć umieszczony na pytania StackOverflow.",
"description": "The description of the extension."
},
"extensionVersionName": {
"message": "Pierwsza wersja.",
"description": "The name of the extension version."
}
}
3 changes: 3 additions & 0 deletions hide-sidebar.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#sidebar {
display: none;
}
31 changes: 31 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"manifest_version": 2,
"name": "__MSG_extensionName__",
"version": "1.2.0.0",
"default_locale": "en_US",
"description": "__MSG_extensionDescription__",
"author": "Daniel Arthur Gallagher",
"icons": {
"16": "16.png",
"32": "32.png",
"48": "48.png",
"64": "64.png",
"128": "128.png",
"256": "256.png",
"512": "512.png"
},
"content_scripts": [
{
"matches": [
"*://*.stackoverflow.com/questions/*"
],
"css": [
"hide-sidebar.css"
]
}
],
"content_security_policy": "default-src 'none'; style-src 'self'; script-src 'self'; object-src 'none'",
"developer": {
"name": "Daniel Arthur Gallagher"
}
}

0 comments on commit 760a2ab

Please sign in to comment.