Cookies2JSON
Export cookies to a simple JSON file.
Hvad er Cookies2JSON?
Cookies2JSON er en Chrome-udvidelse udviklet af sunnyclouds.apps, og dens hovedfunktion er "Export cookies to a simple JSON file.".
Udvidelsesskærmbilleder
Download Cookies2JSON-udvidelses-CRX-fil
Download Cookies2JSON-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Minimalistic extension that allows you to safely export all cookies in a browser tab as a simple JSON file.
Grundlæggende oplysninger om udvidelsen
Navn | Cookies2JSON |
ID | ffbinkjibaannhnogomaebfmogppggcd |
Officiel URL | https://chromewebstore.google.com/detail/cookies2json/ffbinkjibaannhnogomaebfmogppggcd |
Beskrivelse | Export cookies to a simple JSON file. |
Filstørrelse | 30.6 KB |
Antal Installationer | 93 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2021-05-06 |
Udgivelsesdato | 2021-05-05 |
Udvikler | sunnyclouds.apps |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/sunnyclouds-apps/Cookies2JSON |
Hjælpeside-URL | https://github.com/sunnyclouds-apps/Cookies2JSON/issues |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cookies2JSON", "description": "Export cookies to a simple JSON file.", "version": "1.0.0", "icons": { "16": "icons\/icon_16.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_icon": { "19": "icons\/icon_19.png", "38": "icons\/icon_38.png" }, "default_title": "Cookies2JSON", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "tabs", "cookies", "http:\/\/*\/*", "https:\/\/*\/*" ] } |