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", "name": "Qiita\u306eLGTM\u3092Google\u691c\u7d22\u7d50\u679c\u306b\u8868\u793a\u3059\u308b\u3084\u3064", "version": "0.1", "description": "Qiita\u306eLGTM\u3092Google\u691c\u7d22\u7d50\u679c\u306b\u8868\u793a\u3059\u308b\u3084\u3064", "permissions": [ "*:\/\/*.qiita.com\/*", "https:\/\/www.google.com\/search*" ], "background": { "scripts": [ "background.js", "jquery-3.4.1.min.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/search*" ], "js": [ "content.js", "jquery-3.4.1.min.js" ] } ], "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "manifest_version": 2 }