Reading Time
This extension shows the estimated reading time for a web page
Hvad er Reading Time?
Reading Time er en Chrome-udvidelse udviklet af fendisha, og dens hovedfunktion er "This extension shows the estimated reading time for a web page".
Udvidelsesskærmbilleder
Download Reading Time-udvidelses-CRX-fil
Download Reading Time-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
A chrome extension that tells you how much time it takes to read a web page article update - fix breakage for the new youtube layout - you can close the widget by clicking on it description - very fast calculation time using firefox readability library - does not block rendering of the webpage as it is loaded after everything is done loading on the page - works very well on webpage articles - does not work well for other types of content - can adjust the look of the widget to your liking - it's open-source, you can contribute here github.com/usergit/read-time privacy policy - no data will be collected from this app - strong privacy, does not send any of your data to any website - no analytics or tracking of any sort
Grundlæggende oplysninger om udvidelsen
Navn | Reading Time |
ID | nccohhimobidpghgpnejnbkpoichbbml |
Officiel URL | https://chromewebstore.google.com/detail/reading-time/nccohhimobidpghgpnejnbkpoichbbml |
Beskrivelse | This extension shows the estimated reading time for a web page |
Filstørrelse | 49.79 KB |
Antal Installationer | 3,303 |
Nuværende Version | 1.1.1 |
Senest Opdateret | 2018-02-20 |
Udgivelsesdato | 2018-02-20 |
Bedømmelse | 3.72/5 Samlet 25 Bedømmelser |
Udvikler | fendisha |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/usergit/read-time |
Hjælpeside-URL | https://github.com/usergit/read-time |
URL til Fortrolighedspolitik Side | https://github.com/usergit/read-time |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reading Time", "short_name": "Reading Time", "description": "This extension shows the estimated reading time for a web page", "version": "1.1.1", "browser_action": { "default_popup": "popupPage\/popup.html", "default_title": "Reading Time" }, "icons": { "16": "assets\/timereadicon16.png", "32": "assets\/timereadicon32.png", "48": "assets\/timereadicon48.png", "128": "assets\/timereadicon128.png" }, "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ " |