提供元: Pritam Ghosh Add-on
Inspect and view changes in State Shuttle source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "State Shuttle",
"short_name": "State Shuttle",
"version": "1.0.0",
"description": "Export and import localStorage, sessionStorage, cookies, IndexedDB, and Cache Storage as JSON.",
"action": {
"default_popup": "popup.html",
"default_title": "State Shuttle",
"default_icon": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
}
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"activeTab",
"scripting",
"cookies",
"downloads",
"storage"
],
"optional_host_permissions": [
"http://*/*",
"https://*/*"
],
"host_permissions": [],
"icons": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "state-shuttle@example.com",
"strict_min_version": "142.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} ベストのState Shuttle代替案
State Shuttleに類似したFirefox add-onをいくつか紹介します:
Local Storage Manager
YL
Export LocalStorage
Soramie
Session Storage Tool
Donal
sync.js
script.js
Browser Storage Manager
Lauren
Session Importer
Neeno
Browser Storage Viewer
Donal
Storage Saver
dpetersen257
StorageScope
Teofila
Local Store
morris
JavaScript LocalStorage Cache Plus+ 2025
Nshngminhphamthi5
Local Storage Explorer
Francesco De Stefano