Programmer Tools
Show/Fill All Fields and Post/Get with Ajax.
Wat is Programmer Tools?
Programmer Tools is een Chrome-extensie ontwikkeld door Abdeslam, en de belangrijkste functie is "Show/Fill All Fields and Post/Get with Ajax.".
Extensie Screenshots
Download het CRX-bestand van de extensie Programmer Tools
Download Programmer Tools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Show/Fill All Fields and Post/Get with Ajax.
Basisinformatie over de Extensie
Naam | |
ID | pgklljmfcaahpogblbdfbcpknihdmlmn |
Officiële URL | https://chrome.google.com/webstore/detail/programmer-tools/pgklljmfcaahpogblbdfbcpknihdmlmn |
Beschrijving | Show/Fill All Fields and Post/Get with Ajax. |
Bestandsgrootte | 445 KB |
Aantal Installaties | 84 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2016-05-21 |
Publicatiedatum | 2016-05-21 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Abdeslam |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | http://www.abdsoft.com |
Ondersteunde Talen | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Programmer Tools", "description": "Show\/Fill All Fields and Post\/Get with Ajax.", "version": "1.2", "permissions": [ "activeTab" ], "background": { "scripts": [ "js\/jquery-1.12.2.min.js", "js\/popup.js" ], "persistent": false }, "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "manifest_version": 2 } |