JavaScript pause/resume

Pauses / resumes JavaScript execution

What is JavaScript pause/resume?

JavaScript pause/resume is a Chrome extension developed by GNC Medya, and its main feature is "Pauses / resumes JavaScript execution".

Extension Screenshots

screenshot

Download JavaScript pause/resume Extension CRX File

Download JavaScript pause/resume 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

                                            

Extension Basic Information

Name JavaScript pause/resume JavaScript pause/resume
ID lihpbaeeinhmgiobchpmhfcmceahihlk
Official URL https://chrome.google.com/webstore/detail/javascript-pauseresume/lihpbaeeinhmgiobchpmhfcmceahihlk
Description Pauses / resumes JavaScript execution
File Size 9.64 KB
Installation Count 295
Current Version 1.0
Last Updated 2013-07-31
Publish Date 2013-07-27
Rating 4.33/5 Total 3 Ratings
Developer GNC Medya
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JavaScript pause\/resume",
    "description": "Pauses \/ resumes JavaScript execution",
    "version": "1.0",
    "permissions": [
        "tabs",
        "debugger"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "debuggerPause.png",
        "default_title": "Pause JavaScript"
    },
    "manifest_version": 2
}