Save Page State
Chrome extension to save a state of a page for remote analysis
Qu'est-ce que Save Page State ?
Save Page State est une extension Chrome développée par Wing Leung, et sa fonction principale est "Chrome extension to save a state of a page for remote analysis".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Save Page State
Téléchargez les fichiers d'extension Save Page State au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
A chrome extension to save the state of a page for further analysis.
Informations de Base sur l'Extension
Nom | Save Page State |
ID | aokllhajmkihfihciggkmpgdhgecgaic |
URL Officiel | https://chromewebstore.google.com/detail/save-page-state/aokllhajmkihfihciggkmpgdhgecgaic |
Description | Chrome extension to save a state of a page for remote analysis |
Taille du Fichier | 52.27 KB |
Nombre d'Installations | 241 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2018-12-17 |
Date de Publication | 2018-12-12 |
Évaluation | 1.00/5 Total 2 Évaluations |
Développeur | Wing Leung |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/vrtdev/save-page-state |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save Page State", "version": "1.0.1", "description": "Chrome extension to save a state of a page for remote analysis", "manifest_version": 2, "icons": { "128": "images\/icon.png" }, "browser_action": { "default_icon": "images\/icon.png" }, "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/content.js" ] } ], "permissions": [ "activeTab", "pageCapture", "*:\/\/*\/*" ] } |