IDE Powers
Write text like you would in an IDE
Was ist IDE Powers?
IDE Powers ist eine Chrome-Erweiterung, die von krister.viirsaar entwickelt wurde, und ihr Hauptmerkmal ist "Write text like you would in an IDE".
Erweiterungsscreenshots
IDE Powers-Erweiterungs-CRX-Datei herunterladen
Laden Sie IDE Powers-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Get automatically ([{matching brackets}]) and "quotes" just like it works in Sublime Text or Atom.
There are a few extra hotkeys too:
- Cut line
- Delete line
- New line
- New line above
(on Mac ctrl is the command key)
There are definitely still kinks to work out so make sure you report bugs :)
CHANGELOG
v0.7.4
- Fix: Don't match quotes at the end of the word
v0.7.3
- Fix: Change Hotkeys button now works
v0.7.1
- Fix: Feature requests are now tracked on reddit
v0.7
- New: Move row up and down (only works for simple editors currently).
- Changed: Hotkeys can be changed in extension settings.
- Changed: Popup is more clean.
- Fix: `Ctrl+ X` with selection works as expected.
- Fix: Triple backtick (```) can be written faster as third backtick isn't matched.
v0.6.5
- Fixed facebook input crash
v0.6
- Disabled websites will be reported so they can be fixed
- Reporting can be disabled
- Made preparations for a Firefox port
- Mac CMD key should now work like CTRL does.
- Facebook closing bracket no longer messes up word ending Grundlegende Informationen zur Erweiterung
| Name | |
| ID | oomjhgmiccmmoodinfgbldmhndepijoi |
| Offizielle URL | https://chromewebstore.google.com/detail/ide-powers/oomjhgmiccmmoodinfgbldmhndepijoi |
| Beschreibung | Write text like you would in an IDE |
| Dateigröße | 23.16 KB |
| Installationsanzahl | 63 |
| Aktuelle Version | 0.7.4 |
| Letztes Update | 2018-10-30 |
| Veröffentlichungsdatum | 2018-10-29 |
| Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
| Entwickler | krister.viirsaar |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "IDE Powers",
"description": "Write text like you would in an IDE",
"version": "0.7.4",
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "img\/icon16.png",
"48": "img\/icon48.png"
},
"default_title": "IDE Power"
},
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png",
"256": "img\/icon256.png"
},
"permissions": [
"storage",
"activeTab"
],
"applications": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "42.0"
}
},
"background": {
"scripts": [
"browser.js",
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
" | |