Programmer Tools

Show/Fill All Fields and Post/Get with Ajax.

What is Programmer Tools?

Programmer Tools is a Chrome extension developed by Abdeslam, and its main feature is "Show/Fill All Fields and Post/Get with Ajax.".

Extension Screenshots

screenshot
screenshot

Download Programmer Tools Extension CRX File

Download Programmer Tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Show/Fill All Fields and Post/Get with Ajax.                    

Extension Basic Information

Name Programmer Tools Programmer Tools
ID pgklljmfcaahpogblbdfbcpknihdmlmn
Official URL https://chrome.google.com/webstore/detail/programmer-tools/pgklljmfcaahpogblbdfbcpknihdmlmn
Description Show/Fill All Fields and Post/Get with Ajax.
File Size 445 KB
Installation Count 84
Current Version 1.2
Last Updated 2016-05-21
Publish Date 2016-05-21
Rating 5.00/5 Total 1 Ratings
Developer Abdeslam
Email [email protected]
Payment Type free
Privacy Policy Page URL http://www.abdsoft.com
Supported Languages 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
}