Ramjet Inspector
Look into the Matrix.
Qu'est-ce que Ramjet Inspector ?
Ramjet Inspector est une extension Chrome développée par Unknown, et sa fonction principale est "Look into the Matrix.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Ramjet Inspector
Téléchargez les fichiers d'extension Ramjet Inspector 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
Vývojářský nástroj pro Java server UI framework RamJet.
Informations de Base sur l'Extension
Nom | |
ID | hnloclojfeachplnbgombfalhmmkeohl |
URL Officiel | https://chromewebstore.google.com/detail/ramjet-inspector/hnloclojfeachplnbgombfalhmmkeohl |
Description | Look into the Matrix. |
Taille du Fichier | 273 KB |
Nombre d'Installations | 49 |
Version Actuelle | 1.14 |
Dernière Mise à Jour | 2017-11-10 |
Date de Publication | 2017-11-10 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | cs |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ramjet Inspector", "version": "1.14", "manifest_version": 2, "description": "Look into the Matrix.", "browser_action": { "default_icon": { "24": "skin\/icon-24.png", "64": "skin\/icon-64.png", "128": "skin\/icon-128.png" }, "default_title": "RamJet Inspector", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "icons": { "24": "skin\/icon-24.png", "64": "skin\/icon-64.png", "128": "skin\/icon-128.png" }, "permissions": [ "cookies", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "notifications" ], "web_accessible_resources": [ "skin\/INFO.png", "skin\/INFO-128.png", "skin\/INFO-64.png", "skin\/INFO-24.png", "skin\/WARNING.png", "skin\/WARNING-128.png", "skin\/WARNING-64.png", "skin\/WARNING-24.png", "skin\/ERROR.png", "skin\/ERROR-128.png", "skin\/ERROR-64.png", "skin\/ERROR-24.png" ] } |