Down For Everyone Or Just Me?
Check if the current site is down for everyone or just you
什麼是Down For Everyone Or Just Me??
Down For Everyone Or Just Me?是由Alex Cordonnier開發的Chrome擴展程式,該擴展的主要功能是“Check if the current site is down for everyone or just you”。
擴展截圖
下載Down For Everyone Or Just Me?擴展crx文件
下載Down For Everyone Or Just Me?擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Wondering whether a website is down or if it's just you? Install this extension to find out. If you encounter an error while loading a website, a down arrow will appear in your address bar next to the bookmark icon. Click the down arrow to find out if the website is down or if it's just you. This is an unofficial extension for http://downforeveryoneorjustme.com.
擴展基本資訊
名稱 | |
ID | nijjphkbmcnellflmblkmbcempgpffon |
官方網址 | https://chromewebstore.google.com/detail/down-for-everyone-or-just/nijjphkbmcnellflmblkmbcempgpffon |
簡介 | Check if the current site is down for everyone or just you |
檔案大小 | 26.76 KB |
安裝次數 | 417 |
目前版本 | 0.2.6 |
更新時間 | 2020-11-19 |
上架時間 | 2013-11-18 |
評分 | 3.17/5 共 6 次評分 |
開發者 | Alex Cordonnier |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://alexcordonnier.com |
說明頁面URL | http://downforeveryoneorjustme.com |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Down For Everyone Or Just Me?", "short_name": "Is it down?", "version": "0.2.6", "manifest_version": 2, "minimum_chrome_version": "16", "homepage_url": "http:\/\/downforeveryoneorjustme.com", "description": "Check if the current site is down for everyone or just you", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "webNavigation" ], "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png", "256": "images\/icon256.png", "512": "images\/icon512.png" }, "page_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "Down For Everyone Or Just Me?" } } |