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": "Tiga - Github\u56fd\u5185\u4e0b\u8f7d\u548c\u514b\u9686\u6587\u4ef6\u52a0\u901f", "version": "1.0.0", "description": "\u89e3\u51b3\u56fd\u5185\u4e0b\u8f7d\u548c\u514b\u9686GitHub\u6587\u4ef6\u592a\u6162\u7684\u95ee\u9898\u3002\u7528\u4e0aTiga\u7ed9GitHub\u52a0\u901f\uff0c\u4f53\u9a8c\u4e0b\u8f7d\u548c\u514b\u9686\u98de\u4e00\u822c\u7684\u901f\u5ea6\uff08\u5927\u6982\uff09\u3002", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_icon": "icons\/128.png", "default_title": "Tiga - Github\u56fd\u5185\u4e0b\u8f7d\u548c\u514b\u9686\u6587\u4ef6\u52a0\u901f", "default_popup": "popup.html" }, "options_ui": { "page": "options.html" }, "content_scripts": [ { "matches": [ "*:\/\/github.com\/*" ], "js": [ "libs\/jquery-3.4.1.min.js", "content.js" ], "css": [ "content.css" ], "run_at": "document_end" } ], "background": { "scripts": [ "libs\/jquery-3.4.1.min.js", "background.js" ], "persistent": true }, "web_accessible_resources": [ "libs\/*", "images\/*" ], "permissions": [] }