An extension to estimate reading time.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "Reading Time Estimator",
"version": "1.0",
"description": "An extension to estimate reading time.",
"permissions": [],
"browser_action": {
"default_popup": "popup.html",
"default_icon": "icon.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{77858372-b46d-40dc-b78a-6ab62997eb11}"
}
}
}