
Deutsch:
Das ist die Supportseite für Google Chrome extensions an denen ich arbeite. Hier könnt ihr Kritik, Featurewünsche und Bugreports hinterlassen.
Aktuell stehen folgende Extensions in Googles Extension Online-Galerie zur verfügung:
- d3coder v 0.6.0 – ein Plugin für Entwickler. Beherrscht verschiedene En-/Decodings die per Rechtsklick auf einen markierten Text aufgerufen werden können. Das Ergebnis kann als Div eingeblendet, über alert() oder console.log() ausgegeben sowie über die nativen HTML5 Notifications eingeblendet werden.
- TecArt CRM Statusbar v 0.2.4.1 – Erweitert das TecArt-CRM um eine Statusleiste sowie die Möglichkeit, E-Mail-Benachrichtigungen als HTML5 Notifications auszugeben.
English:
This is the support page for Google Chrome extensions I work on. You can leave your feedback here, suggest new features or leave bug reports.
At the moment the following extensions are available in the Google Extension galery:
- d3coder v 0.6.0 -an extenison for developers. The extension is able to en-/decode with different algorithms. To use an algorithm right-click on selected text and choose your desired en-/decoding. The result can be displayed via an injected div element, the alert() function, console.log() or native HTML5 notifications.
- TecArt CRM Statusbar v 0.2.4.1 – Extends the TecArt-CRM system with a status bar as well as features like HTML5 native notifications for new e-mails.
Deutsch:
Das ist die Supportseite für Google Chrome extensions an denen ich arbeite. Hier könnt ihr Kritik, Featurewünsche und Bugreports hinterlassen.
Aktuell stehen folgende Extensions in Googles Extension Online-Galerie zur verfügung:
d3coder v 0.6.0 - ein Plugin für Entwickler. Beherrscht verschiedene En-/Decodings die per Rechtsklick auf einen markierten Text aufgerufen werden können. Das Ergebnis kann als Div eingeblendet, über alert() oder console.log() ausgegeben sowie über die nativen HTML5 Notifications eingeblendet werden.
TecArt CRM Statusbar v 0.2.4.1 - Erweitert das TecArt-CRM um eine Statusleiste sowie die Möglichkeit, E-Mail-Benachrichtigungen als HTML5 Notifications auszugeben.
English:
This is the support page for Google Chrome extensions I work on. You can leave your feedback here, suggest new features or leave bug reports.
At the moment the following extensions are available in the Google Extension galery:
d3coder v 0.6.0 -an extenison for developers. The extension is able to en-/decode with different algorithms. To use an algorithm right-click on selected text and choose your desired en-/decoding. The result can be displayed via an injected div element, the alert() function, console.log() or native HTML5 notifications.
TecArt CRM Statusbar v 0.2.4.1 - Extends the TecArt-CRM system with a status bar as well as features like HTML5 native notifications for new e-mails.
Changelog for d3coder:
v.6.0
Automatic clipboard copy
Clipboard copy button
v.5.0
Added bin2txt function
Added L33T en/decode function
v.4.2
Changed output of unserialize function
v.4.1
Quickfix for broken output
v.4
Instant change of context menu items after removing/adding functions
Div-output is now resizable in height
Added function base64 encode
Added function base64 decode
Added function unserialize
v.3:
Re-designed the options page to fit better into Chrome
Removed save and cancel button on options page
Changes made on the options page are saved immediately
Added DIV-output
Added Console.log()-output
v.2:
Moved the options from browser action to options page
Fixed the image for HTML5 notifications
Changelog for TecArt-CRM Statusbar:
v.2.4
Fixed notification regex for only one new mail (Issue #1)
v.2.3
Moved config button to status bar
Moved CSS from JS code to CSS file
Code cleanup
v.2.2
Bugfix for native notification sniffing regex
v.2.1
Changed native notifications from window sniffing to main window title sniffing
v.2:
Added settings dialog
Added native notification support
Added basic colorset option for status bar
Added refresh interval for status bar to settings
v.1 alpha:
Status bar replacement div
FIXME: hardcoded style, should be same as CRM theme
Hey, I really like your decoder, awesome Idea. It was something that I missed and it makes the whole decoding and encoding process for testing purposes much faster
Thanks a lot!
garbor247
please add options like Leet Key
alfonzo
I will consider that and might make a new release next week or so
Maik Kulbe
alfonzo
How do you copy the result to clipboard?
df
As it is not possible in Chrome to access the clipboard via JavaScript, you have to copy the results yourself. So just highlight and copy as you would do with normal text.
Maik Kulbe
@df: Okay, as Chrome changed some policies, there is now a way to do that. There will be a new release in a few days, till then Ctrl+C should be sufficient
Maik Kulbe