Skip to content

Instantly share code, notes, and snippets.

@bee-san
Created August 27, 2018 13:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bee-san/0038bcbcebb327ae79f66ebdd3449859 to your computer and use it in GitHub Desktop.
Save bee-san/0038bcbcebb327ae79f66ebdd3449859 to your computer and use it in GitHub Desktop.
{
"manifest_version": 2,
"name": "TL;DR - Summary of BBC news articles",
"version": "1.0",
"description": "This extension creates a summary of BBC news articles using TF*IDF",
"icons": {
"48": "icons/border-48.png"
},
"content_scripts": [
{
"matches": ["*://www.bbc.co.uk/news/*"],
"js": ["jquery.js", "tldr.js"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment