Disable F12
An extension to disable F12 opening the dev console.
Disable F12 là gì?
Disable F12 là một tiện ích mở rộng Chrome được phát triển bởi https://nemrod.se, và tính năng chính của nó là "An extension to disable F12 opening the dev console.".
Ả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 Disable F12
Tải xuống các tệp mở rộng Disable F12 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
By request from Linus Torvalds (https://plus.google.com/102150693225130002912/posts/7PsYYeavcA9) here's an extension to disable F12 from opening the developer console in Chrome/Chromium. The screenshot clearly shows that there is no developer console even after pressing F12. ;)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Disable F12 |
ID | kpfnljnhmfhomajodmlepkcoflmbjiaf |
URL Chính Thức | https://chromewebstore.google.com/detail/disable-f12/kpfnljnhmfhomajodmlepkcoflmbjiaf |
Mô tả | An extension to disable F12 opening the dev console. |
Kích Thước Tệp | 7.16 KB |
Số Lần Cài Đặt | 12,131 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2013-06-19 |
Ngày Phát Hành | 2013-06-19 |
Đánh Giá | 2.30/5 Tổng số 69 Đánh Giá |
Nhà Phát Triển | https://nemrod.se |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://nemrod.se/ |
URL Trang Trợ Giúp | http://nemrod.se/chrome-extensions/disable-f12-developer-console-chrome |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Disable F12", "version": "1.1", "manifest_version": 2, "description": "An extension to disable F12 opening the dev console.", "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "disablef12.js" ] } ] } |