MPR New Tab
The news, radio, and talk you love from MPR.
Vad är MPR New Tab?
MPR New Tab är en Chrome-tillägg utvecklad av http://brandedtab.com, och dess huvudfunktion är "The news, radio, and talk you love from MPR.".
Tilläggsskärmbilder
Ladda ner MPR New Tab-förlängningens CRX-fil
Ladda ner MPR New Tab-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
Grundläggande Information om Tillägg
Namn | |
ID | kkgheohkjiomflacimplobkbgpmiakam |
Officiell webbadress | https://chrome.google.com/webstore/detail/mpr-new-tab/kkgheohkjiomflacimplobkbgpmiakam |
Beskrivning | The news, radio, and talk you love from MPR. |
Filstorlek | 551 KB |
Antal Installationer | 38 |
Aktuell Version | 1.1.0 |
Senast Uppdaterad | 2015-12-03 |
Publiceringsdatum | 2015-12-03 |
Utvecklare | http://brandedtab.com |
Betalningssätt | free |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MPR New Tab", "description": "The news, radio, and talk you love from MPR.", "version": "1.1.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "persistent": true, "scripts": [ "lib\/bg.js" ] }, "chrome_url_overrides": { "newtab": "lib\/newtab.html" }, "web_accessible_resources": [ "ping.png" ] } |