Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RMS (Run My Script) - Script runner", "short_name": "RMS", "description": "Easily run JavaScript code on the current browser tab.", "version": "1.0.1", "permissions": [ "activeTab" ], "browser_action": { "default_title": "RMS (Run My Script) - Script runner", "default_popup": "popup.html", "default_icon": { "19": "images\/toolbar-chrome.png", "38": "images\/[email protected]" } }, "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" } }