Disable F12
An extension to disable F12 opening the dev console.
什麼是Disable F12?
Disable F12是由https://nemrod.se開發的Chrome擴展程式,該擴展的主要功能是“An extension to disable F12 opening the dev console.”。
擴展截圖
下載Disable F12擴展crx文件
下載Disable F12擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. ;)
擴展基本資訊
名稱 | Disable F12 |
ID | kpfnljnhmfhomajodmlepkcoflmbjiaf |
官方網址 | https://chromewebstore.google.com/detail/disable-f12/kpfnljnhmfhomajodmlepkcoflmbjiaf |
簡介 | An extension to disable F12 opening the dev console. |
檔案大小 | 7.16 KB |
安裝次數 | 12,131 |
目前版本 | 1.1 |
更新時間 | 2013-06-19 |
上架時間 | 2013-06-19 |
評分 | 2.30/5 共 69 次評分 |
開發者 | https://nemrod.se |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://nemrod.se/ |
說明頁面URL | http://nemrod.se/chrome-extensions/disable-f12-developer-console-chrome |
支援的語言 | 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" ] } ] } |