Pocket - Article Reading Time
Displays the estimated time it will take to read an article.
Vad är Pocket - Article Reading Time?
Pocket - Article Reading Time är en Chrome-tillägg utvecklad av Joseph Muia, och dess huvudfunktion är "Displays the estimated time it will take to read an article.".
Tilläggsskärmbilder
Ladda ner Pocket - Article Reading Time-förlängningens CRX-fil
Ladda ner Pocket - Article Reading Time-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 | lfhcmfgmiglibijdjlelmnfckmijpopg |
Officiell webbadress | https://chrome.google.com/webstore/detail/pocket-article-reading-ti/lfhcmfgmiglibijdjlelmnfckmijpopg |
Beskrivning | Displays the estimated time it will take to read an article. |
Filstorlek | 17.2 KB |
Antal Installationer | 604 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2014-08-26 |
Publiceringsdatum | 2014-08-26 |
Betyg | 4.80/5 Totalt 5 Betyg |
Utvecklare | Joseph Muia |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pocket - Article Reading Time", "description": "Displays the estimated time it will take to read an article.", "version": "0.1", "content_scripts": [ { "matches": [ "*:\/\/*.getpocket.com\/a\/*" ], "js": [ "js\/main.js" ] } ], "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" } } |