NoBackSpace
Disables backspace, delete, and arrow, home/end, and insert on the nobackspace subreddit
什麼是NoBackSpace?
NoBackSpace是由Alex Umrysh開發的Chrome擴展程式,該擴展的主要功能是“Disables backspace, delete, and arrow, home/end, and insert on the nobackspace subreddit”。
擴展截圖
下載NoBackSpace擴展crx文件
下載NoBackSpace擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension disables backspace, insert, home, end, pageup/pagedown, the the arrow keys, and delete on the /r/nobackspace subreddit.
擴展基本資訊
名稱 | |
ID | dgpdeogkheaipdemcokfmnchiagllcpb |
官方網址 | https://chrome.google.com/webstore/detail/nobackspace/dgpdeogkheaipdemcokfmnchiagllcpb |
簡介 | Disables backspace, delete, and arrow, home/end, and insert on the nobackspace subreddit |
檔案大小 | 38.36 KB |
安裝次數 | 36 |
目前版本 | 1.0.0 |
更新時間 | 2014-06-24 |
上架時間 | 2014-06-24 |
評分 | 5.00/5 共 2 次評分 |
開發者 | Alex Umrysh |
付費類型 | free |
擴展官網 | http://www.reddit.com/r/nobackspace |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NoBackSpace", "version": "1.0.0", "description": "Disables backspace, delete, and arrow, home\/end, and insert on the nobackspace subreddit", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/www.reddit.com\/r\/nobackspace\/*", "https:\/\/www.reddit.com\/r\/nobackspace\/*" ], "js": [ "jq.js", "injectScript.js", "backspace.js" ] } ], "page_action": { "default_icon": "icon-19.png" }, "icons": { "128": "icon-128.png", "48": "icon-48.png" }, "permissions": [ "tabs" ], "manifest_version": 2 } |