I'm currently develloping a Chrome Extension and i'm searching for more ergonomy by finding a good IDE who can manage javascript and also Chrome Extension API.
Thanks in advance.
On your computer, open Chrome . At the top right, click Extensions . point to "This can read and change site data."
Yes, it is possible to detect extensions, so long as you know your extension ID (which I'm sure you do).
SYBU JavaScript Blocker is a Google Chrome Extension to quickly block JavaScript files from being loaded by the browser. It has been designed to be easy to use. You can specify a single filename, domain name, or any part of the URL.
Use Aptana Studio and add the following scripts to File references.
Congratulations! You now have a very capable javascript editor with autocomplete support for chrome APIs
You can have the same functionality in Visual Studio, which has (in my opinion) even better support for javascript. In fact I think it's the best javascript editor around (quiet an achievement for microsoft :))
Just add the following comment to your js files:
/// <reference path="MyExternalFile.js" />
And you get:
I got this to work on IntelliJ by using this API stub (to make the chrome object appear in auto completion)
https://github.com/linux-china/chrome_js_api_stub
In combination with the chrome extension.js
https://code.google.com/p/closure-compiler/source/browse/contrib/externs/chrome_extensions.js
I then added the stub chrome_js_api_stub library and the chrome extension library by following the below directions
http://www.jetbrains.com/idea/webhelp/configuring-javascript-libraries.html
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With