Inspect and view changes in 影深 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": "影深",
"description": "让你在阅读文本文件时,获得自动生成目录、搜索等辅助功能。支持非常多的标题识别。",
"version": "0.0.5",
"permissions": [],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content-script.js"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
"inject.js"
],
"homepage_url": "https://meta.appinn.net/t/topic/38022",
"icons": {
"24": "images/icon24.png",
"64": "images/icon64.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{7edb8113-3a60-4e50-a018-4b48a69d4e1f}"
}
}
}