TIL - Learn something new in every tab
Learn something new when you open a new tab today! #TIL provides you with bite sized random facts from various sources on reddit to…
Vad är TIL - Learn something new in every tab?
TIL - Learn something new in every tab är en Chrome-tillägg utvecklad av bluepropane, och dess huvudfunktion är "Learn something new when you open a new tab today! #TIL provides you with bite sized random facts from various sources on reddit to…".
Tilläggsskärmbilder
Ladda ner TIL - Learn something new in every tab-förlängningens CRX-fil
Ladda ner TIL - Learn something new in every 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
Learn something new when you open a new tab today! #TIL provides you with bite sized random facts from various sources on reddit to kickstart your day.
Grundläggande Information om Tillägg
Namn | TIL - Learn something new in every tab |
ID | pcmjajnnppnjdbdfhdbfkkdeemkojoea |
Officiell webbadress | https://chromewebstore.google.com/detail/til-learn-something-new-i/pcmjajnnppnjdbdfhdbfkkdeemkojoea |
Beskrivning | Learn something new when you open a new tab today! #TIL provides you with bite sized random facts from various sources on reddit to… |
Filstorlek | 310 KB |
Antal Installationer | 24 |
Aktuell Version | 1.1.1 |
Senast Uppdaterad | 2019-07-21 |
Publiceringsdatum | 2019-07-21 |
Utvecklare | bluepropane |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TIL - Learn something new in every tab", "version": "1.1.1", "manifest_version": 2, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "bg.js" ], "persistent": false }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "activeTab", "https:\/\/www.reddit.com\/*", "storage", "alarms" ], "browser_action": { "default_icon": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "48": "icons\/icon48.png" }, "default_title": "Today I learned" }, "content_security_policy": "script-src 'self' https:\/\/www.googletagmanager.com https:\/\/www.google-analytics.com; object-src 'self'" } |