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": 3,
"name": "Xtab\u65b0\u6807\u7b7e\u9875- \u514d\u8d39\u7545\u4eabDeepseek | pdf\u8f6cword | Nano Banana",
"description": "\u591a\u529f\u80fd\u65b0\u6807\u7b7e\u9875\uff0c\u642d\u8f7dDeepseek\uff0cNano Banana\u7b49\u524d\u6cbf\u6a21\u578b\uff0c\u63d0\u4f9b\u514d\u8d39\u7684PDF\u8f6c\u6362\uff0c\u591a\u8bed\u8a00\u7ffb\u8bd1\uff0c\u667a\u80fd\u62a0\u56fe\uff0c\u56fe\u7247\u8f6c\u6587\u5b57\uff0c\u56fe\u8868\u751f\u6210\u7b49\u9ad8\u6548\u529e\u516c\u8d85\u7ea7\u5de5\u5177\u3002",
"version": "2.4.1",
"incognito": "spanning",
"permissions": [
"bookmarks",
"tabs",
"storage",
"alarms",
"activeTab",
"cookies",
"declarativeNetRequest",
"favicon",
"search"
],
"web_accessible_resources": [
{
"resources": [
"_favicon\/*",
"search-icon.svg"
],
"matches": [
"<all_urls>"
],
"extension_ids": [
"*"
]
}
],
"host_permissions": [
"<all_urls>"
],
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"64": "icons\/64.png",
"128": "icons\/128.png"
},
"background": {
"service_worker": "js\/background.js"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/*\/*"
],
"js": [
"js\/content-script.js"
]
}
],
"action": [],
"chrome_url_overrides": {
"newtab": "xtab.html"
}
}