Is my computer on?
How to tell if your computer is on.
什麼是Is my computer on??
Is my computer on?是由fatecate開發的Chrome擴展程式,該擴展的主要功能是“How to tell if your computer is on.”。
下載Is my computer on?擴展crx文件
下載Is my computer on?擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Don't know if your computer is on. Use this extension to find out. :D
擴展基本資訊
名稱 | |
ID | lgnjlnldhgoccfnjkmpmlickaeoimnom |
官方網址 | https://chrome.google.com/webstore/detail/is-my-computer-on/lgnjlnldhgoccfnjkmpmlickaeoimnom |
簡介 | How to tell if your computer is on. |
檔案大小 | 4.52 KB |
安裝次數 | 910 |
目前版本 | 0.69 |
更新時間 | 2016-02-29 |
上架時間 | 2016-02-29 |
評分 | 5.00/5 共 30 次評分 |
開發者 | fatecate |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" ] } |