Melania Trump Motivational Quotes
Inspirational quotes from Melania Trump in every new tab
Hvad er Melania Trump Motivational Quotes?
Melania Trump Motivational Quotes er en Chrome-udvidelse udviklet af Conor, og dens hovedfunktion er "Inspirational quotes from Melania Trump in every new tab".
Udvidelsesskærmbilleder
Download Melania Trump Motivational Quotes-udvidelses-CRX-fil
Download Melania Trump Motivational Quotes-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension will display Melania Trump's most inspirational quotes whenever you open a new tab.
Will be updating with further quotes.
If you would like any quotes included, tweet them @theconorbrowne
Please include #MelaniaTrump in your tweet. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | aoapgaaejpjbgcebblfbcjgmeacfiijk |
| Officiel URL | https://chromewebstore.google.com/detail/melania-trump-motivationa/aoapgaaejpjbgcebblfbcjgmeacfiijk |
| Beskrivelse | Inspirational quotes from Melania Trump in every new tab |
| Filstørrelse | 150 KB |
| Antal Installationer | 10 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2016-07-20 |
| Udgivelsesdato | 2016-07-19 |
| Bedømmelse | 2.33/5 Samlet 3 Bedømmelser |
| Udvikler | Conor |
| Betalingsmetode | free |
| Udvidelseswebsted | http://www.twitter.com/theconorbrowne |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Melania Trump Motivational Quotes",
"description": "Inspirational quotes from Melania Trump in every new tab",
"icons": {
"128": "icon128.png",
"16": "icon16.png",
"48": "icon48.png"
},
"version": "1.0",
"browser_action": {
"default_icon": "icon.png"
},
"background": {
"scripts": [
"js\/vendor\/angular.min.js"
]
},
"content_scripts": [
{
"js": [
"js\/vendor\/jquery.min.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"chrome_url_overrides": {
"newtab": "tab.html"
}
} | |