Inspect and view changes in fly63工具箱 source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "fly63工具箱",
"version": "1.4.3",
"description": "一款在线高效实用工具箱,无需客户端在线一键使用。拥有近上百款工具包括:程序员在线文档、在线转换、加密解密、站长工具、代码开发、Css样式、文本工具、二维码处理、图片处理、生活办公、娱乐工具等等。",
"icons": {
"48": "img/icon48.png"
},
"homepage_url": "https://www.fly63.com",
"browser_action": {
"default_icon": "img/icon48.png",
"default_title": "fly63工具箱",
"default_popup": "popup.html"
},
"permissions": [
"webRequest",
"<all_urls>"
],
"content_scripts": [
{
"matches": [
"*://*.fly63.com/*"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{6e7322a4-19c6-4419-a8a7-53d796f10e8b}"
}
}
}