Inspect and view changes in TST Open Bookmarks as Partial Tree 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": "__MSG_extensionName__",
"version": "1.0.10",
"author": "YUKI \"Piro\" Hiroshi",
"description": "__MSG_extensionDescription__",
"permissions": [
"bookmarks",
"contextualIdentities",
"cookies",
"menus",
"storage",
"tabs"
],
"background": {
"page": "/background/background.html"
},
"commands": {
"toggleLockCollapsed": {
"description": "__MSG_command_toggleLockCollapsed__"
}
},
"options_ui": {
"page": "/options/options.html"
},
"default_locale": "en",
"applications": {
"gecko": {
"id": "tst-open-bookmarks-as-partial-tree@piro.sakura.ne.jp",
"strict_min_version": "65.0"
}
}
}