chromeで開くプロトコル
chrome.vbsをデスクトップなどに作る。
createobject("wscript.shell").run "chrome.exe "&mid(wscript.arguments(0),len("chrome:")+1)
chrome.reg
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\chrome]
"URL protocol"=""
[HKEY_CLASSES_ROOT\chrome\shell]
[HKEY_CLASSES_ROOT\chrome\shell\open]
[HKEY_CLASSES_ROOT\chrome\shell\open\command]
@="wscript.exe \"C:\\Users\\%username%\\Desktop\\chrome.vbs\" \"%1\""
場所のパス名は適宜変更。
« 著作権、署名など定型文を編集ボックスの先頭か末尾に挿入するブックマークレット | トップページ | inprivateで開くプロトコル »