본문 바로가기

프로그램 소개

크롬(chrome)에 구글툴바(Google Toolbar) 추가하기

실제 추가는 아니고 구글 툴바의 기능을 스크립트로 만들어서 추가할수 있게 해주는 것입니다.

Google Cache
Quote:
javascript:void((function(){var%20a=location.href. replace(/^http%5C:%5C/%5C/(.*)$/,"$1");location.href="http://www.google.com/search?q=cache:"+escape(a);})())
Google Links
Quote:
javascript:void((function(){var%20a=location.href. replace(/^http%5C:%5C/%5C/(.*)$/,"$1");location.href="http://www.google.com/search?q=link:"+escape(a);})())
Google Site:
Quote:
javascript:void((function(){var%20a=location.href. replace(/^http%5C:%5C/%5C/(.*)$/,"$1");location.href="http://www.google.com/search?q=site:"+escape(a);})())
Search for URL
Quote:
javascript:void((function(){var%20a=location.href. replace(/^http%5C:%5C/%5C/(.*)$/,"$1");location.href="http://www.google.com/search?q="+escape(a);})())
Google Images from Site
Quote:
javascript:void((function(){var%20a=location.href. replace(/^http%5C:%5C/%5C/(.*)$/,"$1");location.href="http://images.google.com/images?hl=en&q="+escape(a);})())
Google Info:
Quote:
javascript:void((function(){var%20a=location.href. replace(/^http%5C:%5C/%5C/(.*)$/,"$1");location.href="http://www.google.com/search?q=info:"+escape(a);})())
Related Sites/Pages
Quote:
javascript:void((function(){var%20a=location.href. replace(/^http%5C:%5C/%5C/(.*)$/,"$1");location.href="http://www.google.com/search?q=related:"+escape(a);})())
Translate Page to English
Quote:
javascript:var%20t=((window.getSelection&&window.g etSelection())||(document.getSelection&&document.g etSelection())||(document.selection%20&&document.s election.createRange&&document.selection.createRan ge().text));var%20e=(document.charset||document.ch aracterSet);if(t!=''){location.href='http://translate.google.com/translate_t?text='+t+'&hl=en&tbb=1&ie='+e;}else{lo cation.href='http://translate.google.com/translate?u='+escape(location.href)+'&hl=en&tbb=1& ie='+e;};
Pages Indexed in Yahoo
Quote:
javascript:void((function(){var%20a=location.href. replace(/^http%5C:%5C/%5C/(.*)$/,"$1");location.href="http://search.yahoo.com/search?p="+escape(a);})())

Yahoo Backlinks
Quote:
javascript:location.href='http:/'+'/search.yahoo.com/search?p=linkdomain%3A'+document.domain.replace('w ww.','')+'%20-site%3a'+document.domain.replace('www.','')+'&%230 38;n=100';
Pages Indexed in MSN
Quote:
javascript:void((function(){var%20a=location.href. replace(/^http%5C:%5C/%5C/(.*)$/,"$1");location.href="http://search.msn.com/results.aspx?q=site:"+escape(a);})())
Yahoo Directory
Quote:
javascript:void((function(){var%20a=location.href. replace(/^http%5C:%5C/%5C/(.*)$/,"$1");location.href="http://search.yahoo.com/search/dir?h=c&p="+escape(a);})())
Alexa Rank
Quote:
javascript:void((function(){var%20a=location.href. replace(/^http%5C:%5C/%5C/(.*)$/,"$1");location.href="http://alexa.com/data/details/traffic_details?q=&url="+escape(a);})())
Compete.com Details
Quote:
javascript:void((function(){var%20a=location.href. replace(/^http%5C:%5C/%5C/(.*)$/,"$1");location.href="http://siteanalytics.compete.com/"+escape(a);})())
Archive.org
Quote:
javascript:void((function(){var%20a=location.href. replace(/^http%5C:%5C/%5C/(.*)$/,"$1");location.href="http://web.archive.org/web/*/"+escape(a);})())
Delicious Bookmarks
Quote:
javascript:void((function(){var%20a=location.href. replace(/^http%5C:%5C/%5C/(.*)$/,"$1");location.href="http://del.icio.us/url/check?url="+escape(a);})())
Technorati
Quote:
javascript:void((function(){var%20a=location.href. replace(/^http%5C:%5C/%5C/(.*)$/,"$1");location.href="http://technorati.com/search/"+escape(a);})())
URL Mentions on Digg
Quote:
javascript:void((function(){var%20a=location.href. replace(/^http%5C:%5C/%5C/(.*)$/,"$1");location.href="http://digg.com/search?area=all&age=all&sort=new&type=all&s="+esca pe(a);})())
DomainTools Domain Lookup
Quote:
javascript:void((function(){var%20a=location.href. replace(/^http%5C:%5C/%5C/(.*)$/,"$1");location.href="http://whois.domaintools.com/"+escape(a);})())
Validate Page HTML at W3C
Quote:
javascript:location.href='http://validator.w3.org/check?uri='%20+%20document.location.href%20+%20%20 '&doctype=Inline';
Validate Page CSS at W3C
Quote:
javascript:javascript:location.href='http://jigsaw.w3.org/css-validator/validator?uri='%20+%20document.location.href;
Highlight Nofollow Links Red
Quote:
javascript:var%20t=document.getElementsByTagName(' a');for(i=0;i<t.length;i++){if(t[i].rel.toLowerCase()=='nofollow'){void(t[i].style.color='red');}}
Show Domains Robots.txt
Quote:
javascript:void(location.href='http://'%20+%20location.host%20+%20'/robots.txt')
Page Last Modified Date
Quote:
javascript:if(frames.length<1){alert('The%20server %20indicates%20that%20the%20page%20was%20last%20mo dified:%20'%20+%20window.document.lastModified)}
Number of Links on a Page
Quote:
javascript:if(frames.length<1){alert('This%20page% 20has%20'%20+%20document.links.length%20+%20'%20li nks.')}