You're Awesome
You, my friend, are AWESOME!!
Vad är You're Awesome?
You're Awesome är en Chrome-tillägg utvecklad av ion development, och dess huvudfunktion är "You, my friend, are AWESOME!!".
Tilläggsskärmbilder
Ladda ner You're Awesome-förlängningens CRX-fil
Ladda ner You're Awesome-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
Even if the world lets you down, Smiley face believes in you! Therefore, you are AWESOME! Grundläggande Information om Tillägg
| Namn | |
| ID | laeeiggflpogehhfijehgfppdmaknnao |
| Officiell webbadress | https://chromewebstore.google.com/detail/youre-awesome/laeeiggflpogehhfijehgfppdmaknnao |
| Beskrivning | You, my friend, are AWESOME!! |
| Filstorlek | 70.25 KB |
| Antal Installationer | 40 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2015-06-03 |
| Publiceringsdatum | 2015-06-03 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | ion development |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://www.ionic-web-design.ie/go/privacy |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"js\/background.js"
]
},
"name": "You're Awesome",
"version": "1.0",
"description": "You, my friend, are AWESOME!!",
"browser_action": {
"default_icon": "icons\/icon.png",
"default_popup": "html\/popup.html",
"default_title": "You are Awesome!"
},
"options_page": "html\/options.html",
"icons": {
"128": "icons\/icon128.png",
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"96": "icons\/icon96.png"
},
"manifest_version": 2
} | |