mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Adding Matt DeKok <matt.dekok@gmail.com>'s unofficial chrome browser extension to Goodies.
This commit is contained in:
parent
fa8694122b
commit
4586b99474
1 changed files with 11 additions and 0 deletions
|
@ -160,6 +160,17 @@ _.extend(NEWSBLUR.ReaderGoodies.prototype, {
|
|||
'To use this extension, use the custom add site URL below.'
|
||||
])
|
||||
]),
|
||||
$.make('div', { className: 'NB-goodies-group NB-modal-submit' }, [
|
||||
$.make('a', {
|
||||
className: 'NB-modal-submit-button NB-modal-submit-green',
|
||||
href: 'https://chrome.google.com/webstore/detail/unofficial-newsblur-reade/hnegmjknmfninedmmlhndnjlblopjgad?utm_campaign=en&utm_source=en-ha-na-us-bk-webstr&utm_medium=ha'
|
||||
}, 'Download'),
|
||||
$.make('div', { className: 'NB-goodies-chrome' }),
|
||||
$.make('div', { className: 'NB-goodies-title' }, 'Google Chrome: Unofficial browser extension'),
|
||||
$.make('div', { className: 'NB-goodies-subtitle' }, [
|
||||
'This extension displays all of your unread stories and unread counts.'
|
||||
])
|
||||
]),
|
||||
$.make('div', { className: 'NB-goodies-group NB-modal-submit' }, [
|
||||
$.make('a', {
|
||||
className: 'NB-modal-submit-button NB-modal-submit-green',
|
||||
|
|
Loading…
Add table
Reference in a new issue