Inspect and view changes in WebGraph source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "WebGraph",
"version": "1.0.0",
"description": "Visualize your browsing as an interactive node graph",
"permissions": [
"tabs",
"storage",
"activeTab",
"webNavigation",
"<all_urls>"
],
"browser_specific_settings": {
"gecko": {
"id": "webgraph@philxd",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"browser_action": {
"default_icon": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png"
},
"default_title": "Open WebGraph"
},
"background": {
"scripts": [
"message_types.js",
"background.js"
],
"persistent": true
},
"content_scripts": [],
"icons": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"96": "icons/icon96.png"
},
"web_accessible_resources": [
"graph/index.html"
]
} ベストのWebGraph代替案
WebGraphに類似したFirefox add-onをいくつか紹介します:
Web Navigation Graph
Fahima
Web Navigation Window
Victor Charpenay
Click Graph
Lucille Hood
History Graph
Chuck Dries
Monitorito
Dimos Raptis
Trail - Visual Browsing History
Ivan Kudryavtsev
Trail - Visual Browsing History
Ivan Kudryavtsev
Browsing History Graph
heehee
History Graph 3D
Shajirr
Activity Graphs
Amanda
TraceGraph
hmiya
Web Usage Visualizer
Endi Fayin