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": "GitHub issue #ID formatter", "version": "1.2", "description": "It places issue's #ID first in a tab title", "background": { "persistent": false, "scripts": [ "background.js" ] }, "permissions": [ "tabs", "https:\/\/github.com\/*\/issues\/*" ], "icons": { "16": "images\/github-ext-16.png", "32": "images\/github-ext-32.png", "48": "images\/github-ext-48.png", "128": "images\/github-ext-128.png" } }