The Donald Speaks
On Google News, gives President a chance to comment on every newsworthy event.
Vad är The Donald Speaks?
The Donald Speaks är en Chrome-tillägg utvecklad av Mike Tsao, och dess huvudfunktion är "On Google News, gives President a chance to comment on every newsworthy event.".
Ladda ner The Donald Speaks-förlängningens CRX-fil
Ladda ner The Donald Speaks-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
Inspired by http://thanks-obama.tumblr.com/. Updated for 2016 Presidential election cycle. Grundläggande Information om Tillägg
| Namn | |
| ID | demkpeekimedlljfklgoehpgmiapicki |
| Officiell webbadress | https://chromewebstore.google.com/detail/the-donald-speaks/demkpeekimedlljfklgoehpgmiapicki |
| Beskrivning | On Google News, gives President a chance to comment on every newsworthy event. |
| Filstorlek | 110 KB |
| Antal Installationer | 14 |
| Aktuell Version | 0.0.0.3 |
| Senast Uppdaterad | 2016-11-09 |
| Publiceringsdatum | 2016-11-09 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Mike Tsao |
| Betalningssätt | free |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "The Donald Speaks",
"description": "On Google News, gives President a chance to comment on every newsworthy event.",
"version": "0.0.0.3",
"manifest_version": 2,
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/news.google.com\/*"
],
"js": [
"main.js"
]
}
]
} | |