Is my computer on?
How to tell if your computer is on.
Qu'est-ce que Is my computer on? ?
Is my computer on? est une extension Chrome développée par fatecate, et sa fonction principale est "How to tell if your computer is on.".
Télécharger le fichier CRX de l'extension Is my computer on?
Téléchargez les fichiers d'extension Is my computer on? 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
Don't know if your computer is on. Use this extension to find out. :D
Informations de Base sur l'Extension
Nom | |
ID | lgnjlnldhgoccfnjkmpmlickaeoimnom |
URL Officiel | https://chrome.google.com/webstore/detail/is-my-computer-on/lgnjlnldhgoccfnjkmpmlickaeoimnom |
Description | How to tell if your computer is on. |
Taille du Fichier | 4.52 KB |
Nombre d'Installations | 910 |
Version Actuelle | 0.69 |
Dernière Mise à Jour | 2016-02-29 |
Date de Publication | 2016-02-29 |
Évaluation | 5.00/5 Total 30 Évaluations |
Développeur | fatecate |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Is my computer on?", "description": "How to tell if your computer is on.", "version": "0.69", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |