You are Epic
You, my friend, are EPIC!
Vad är You are Epic?
You are Epic är en Chrome-tillägg utvecklad av Apps, och dess huvudfunktion är "You, my friend, are EPIC!".
Tilläggsskärmbilder
Ladda ner You are Epic-förlängningens CRX-fil
Ladda ner You are Epic-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Have you ever felt down and need a little encouragement?
Like you're down in the dumps and just need something bright to cheer up your day?
Well, we believe in you and you are EPIC!
This app puts a small button on your browser - each time you press it, something surprisingly nice will happen! :) Grundläggande Information om Tillägg
| Namn | |
| ID | gldbdikiglleodkcdddffmhmpdfcpkkn |
| Officiell webbadress | https://chromewebstore.google.com/detail/you-are-epic/gldbdikiglleodkcdddffmhmpdfcpkkn |
| Beskrivning | You, my friend, are EPIC! |
| Filstorlek | 62.11 KB |
| Antal Installationer | 206 |
| Aktuell Version | 1.3 |
| Senast Uppdaterad | 2013-10-04 |
| Publiceringsdatum | 2013-10-04 |
| Betyg | 4.60/5 Totalt 10 Betyg |
| Utvecklare | Apps |
| Betalningssätt | free |
| Stödda Språk | en-US |
| manifest.json | |
{
"background": {
"scripts": [
"js\/background.js"
]
},
"browser_action": {
"default_icon": "icons\/icon.png",
"default_popup": "html\/popup.html",
"default_title": "You are Awesome!"
},
"description": "You, my friend, are EPIC!",
"icons": {
"128": "icons\/icon128.png",
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"96": "icons\/icon96.png"
},
"manifest_version": 2,
"name": "You are Epic",
"options_page": "html\/options.html",
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.3"
} | |