JW What is New?
Get notified every time something new is posted on jw.org
Vad är JW What is New??
JW What is New? är en Chrome-tillägg utvecklad av nongeekboy, och dess huvudfunktion är "Get notified every time something new is posted on jw.org".
Tilläggsskärmbilder
Ladda ner JW What is New?-förlängningens CRX-fil
Ladda ner JW What is New?-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
News feeder for JW Broadcasting and jw.org. Get a notification every time something new is posted on JW Broadcasting and jw.org Currently 11 languages are provided. More to come! For languages request please write to [email protected] This is NOT an official app.
Grundläggande Information om Tillägg
Namn | JW What is New? |
ID | jieipmflhhlbimogheoejpchlebnpfie |
Officiell webbadress | https://chromewebstore.google.com/detail/jw-what-is-new/jieipmflhhlbimogheoejpchlebnpfie |
Beskrivning | Get notified every time something new is posted on jw.org |
Filstorlek | 117 KB |
Antal Installationer | 1,289 |
Aktuell Version | 1.2.0 |
Senast Uppdaterad | 2022-02-24 |
Publiceringsdatum | 2019-08-28 |
Betyg | 4.73/5 Totalt 15 Betyg |
Utvecklare | nongeekboy |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JW What is New?", "version": "1.2.0", "manifest_version": 2, "description": "Get notified every time something new is posted on jw.org", "homepage_url": "http:\/\/google.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "default_locale": "en", "background": { "scripts": [ "js\/jquery.min.js", "js\/jfeed.min.js", "js\/languages.js", "src\/bg\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "browser action demo", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "https:\/\/www.jw.org\/*", "https:\/\/fonts.googleapis.com\/*" ] } |