Melania Trump Motivational Quotes
Inspirational quotes from Melania Trump in every new tab
Wat is Melania Trump Motivational Quotes?
Melania Trump Motivational Quotes is een Chrome-extensie ontwikkeld door Conor, en de belangrijkste functie is "Inspirational quotes from Melania Trump in every new tab".
Extensie Screenshots
Download het CRX-bestand van de extensie Melania Trump Motivational Quotes
Download Melania Trump Motivational Quotes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | aoapgaaejpjbgcebblfbcjgmeacfiijk |
| Officiële URL | https://chromewebstore.google.com/detail/melania-trump-motivationa/aoapgaaejpjbgcebblfbcjgmeacfiijk |
| Beschrijving | Inspirational quotes from Melania Trump in every new tab |
| Bestandsgrootte | 150 KB |
| Aantal Installaties | 10 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2016-07-20 |
| Publicatiedatum | 2016-07-19 |
| Beoordeling | 2.33/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | Conor |
| Betalingswijze | free |
| Extensiewebsite | http://www.twitter.com/theconorbrowne |
| Ondersteunde Talen | 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"
}
} | |