Pocket - Article Reading Time
Displays the estimated time it will take to read an article.
Qu'est-ce que Pocket - Article Reading Time ?
Pocket - Article Reading Time est une extension Chrome développée par Joseph Muia, et sa fonction principale est "Displays the estimated time it will take to read an article.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pocket - Article Reading Time
Téléchargez les fichiers d'extension Pocket - Article Reading Time au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | |
ID | lfhcmfgmiglibijdjlelmnfckmijpopg |
URL Officiel | https://chrome.google.com/webstore/detail/pocket-article-reading-ti/lfhcmfgmiglibijdjlelmnfckmijpopg |
Description | Displays the estimated time it will take to read an article. |
Taille du Fichier | 17.2 KB |
Nombre d'Installations | 604 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2014-08-26 |
Date de Publication | 2014-08-26 |
Évaluation | 4.80/5 Total 5 Évaluations |
Développeur | Joseph Muia |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |