Down For Everyone Or Just Me?
Check if the current site is down for everyone or just you
Down For Everyone Or Just Me? là gì?
Down For Everyone Or Just Me? là một tiện ích mở rộng Chrome được phát triển bởi Alex Cordonnier, và tính năng chính của nó là "Check if the current site is down for everyone or just you".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Down For Everyone Or Just Me?
Tải xuống các tệp mở rộng Down For Everyone Or Just Me? dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nijjphkbmcnellflmblkmbcempgpffon |
URL Chính Thức | https://chromewebstore.google.com/detail/down-for-everyone-or-just/nijjphkbmcnellflmblkmbcempgpffon |
Mô tả | Check if the current site is down for everyone or just you |
Kích Thước Tệp | 26.76 KB |
Số Lần Cài Đặt | 417 |
Phiên Bản Hiện Tại | 0.2.6 |
Cập Nhật Lần Cuối | 2020-11-19 |
Ngày Phát Hành | 2013-11-18 |
Đánh Giá | 3.17/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Alex Cordonnier |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://alexcordonnier.com |
URL Trang Trợ Giúp | http://downforeveryoneorjustme.com |
Ngôn Ngữ Được Hỗ Trợ | 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?" } } |