1
1
Bifurcation 0
Graphe des révisions

6 commits

Auteur SHA1 Message Date
Anthony Lieuallen
322eb9cd74 Generally rewrite the whole thing.
Consistent coding style, significantly less repetition.  Use `chrome` rather than `browser`, for compatibility.
2017-08-20 12:10:19 -04:00
Anthony Lieuallen
9d3a93a1e2 Revert "autogenerate new locales"
This reverts commit 6e4c7d0be3.

# Conflicts:
#	_locales/de/messages.json
#	_locales/de_DE/messages.json
#	_locales/en_US/messages.json
2017-08-20 10:00:59 -04:00
girst
62bcaabdf0 use manually written localefile for en_US 2017-08-19 20:16:43 +02:00
girst
68c863ef71 manually improve de, de_DE locales 2017-08-19 20:11:12 +02:00
girst
6e4c7d0be3 autogenerate new locales
these have been automatically generated with a perl/shell script - the might be
horribly wrong
note that there is no translation for "ressurect this selection" and
"foreground"/"background", since those stings were not in the original addon.
2017-08-19 19:56:57 +02:00
girst
4f124ee566 Rewrite as WebExtension
Not everything that was in the old version has been brought over yet. This is
mainly:
 * all the locales (English only currently)
 * toolbar button
 * hotkey (Ctrl-Shift-U)
 * network error page

However, the main feature is there: resurrect
 * the current page
 * the link right-clicked on
 * the selected string of text
in either
 * the current
 * a new foreground tab
 * a new background tab
 * a new window
using
 * Google Cache
 * Google Cache (Text-Only)
 * The Internet Archive's Wayback Machine
 * Archive.is
 * WebCite
2017-08-19 18:32:36 +02:00