QueryjQuery
jQuery API, jQuery UI, jQuery Mobile API Document Search
Was ist QueryjQuery?
QueryjQuery ist eine Chrome-Erweiterung, die von https://queryjquery.com entwickelt wurde, und ihr Hauptmerkmal ist "jQuery API, jQuery UI, jQuery Mobile API Document Search".
Erweiterungsscreenshots
QueryjQuery-Erweiterungs-CRX-Datei herunterladen
Laden Sie QueryjQuery-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
QueryjQuery is a simple Google Chrome extension that gives you instant access to the API documentation for jQuery Core, jQuery UI, and jQuery Mobile. Version 1.0.1 added the features to also search the jQuery Plugin Registry and do a jQuery tag search on stackoverflow. v1.0.1 UPDATED 10/14/2013 * Added tab to search the jQuery Plugin Registry * Added tab to search stackoverflow with the [jQuery] tag Some of the great features of this extension are: Enter search terms right from the Google Chrome browser. 'Enter' key automatically executes a search to save time by requiring less mouse clicks. Tabbed UI lets you choose the API you want to search. Select either jQuery, jQuery UI, or jQuery Mobile API and go right to their documentation. The last tab position is saved for your convenience while working within a particular API. That way, you don't have to keep selecting the same tab you need. If you are a web developer who works with the various jQuery API's, then this is the extension for you! It will save you a ton of time searching for the syntax that you just can't quite remember.
Grundlegende Informationen zur Erweiterung
Name | QueryjQuery |
ID | cjibgjjbdhebahggogmieaonimkjbelf |
Offizielle URL | https://chromewebstore.google.com/detail/queryjquery/cjibgjjbdhebahggogmieaonimkjbelf |
Beschreibung | jQuery API, jQuery UI, jQuery Mobile API Document Search |
Dateigröße | 9.13 MB |
Installationsanzahl | 425 |
Aktuelle Version | 1.0.3 |
Letztes Update | 2014-01-17 |
Veröffentlichungsdatum | 2014-01-17 |
Bewertung | 3.00/5 Insgesamt 4 Bewertungen |
Entwickler | https://queryjquery.com |
Zahlungsart | free |
Erweiterungswebsite | http://www.queryjquery.com/ |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QueryjQuery", "description": "jQuery API, jQuery UI, jQuery Mobile API Document Search", "version": "1.0.3", "browser_action": { "default_icon": "images\/iconMain.png", "default_popup": "popup.html" }, "icons": { "16": "images\/jquery16.png", "48": "images\/jquery48.png", "64": "images\/jquery64.png", "128": "images\/iconMain.png" } } |