File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- # StackOverflow Search - Chrome Extension  
21A simple extension to search Stack Overflow from chrome address bar.
2+ # Easy Stack Search - Chrome Extension  
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ function getFilterString(
4040chrome . runtime . onInstalled . addListener ( function ( )  { 
4141    chrome . contextMenus . create ( { 
4242        id : "stack_overflow_search_context_id" , 
43-         title : "Search in  Stack Overflow " , 
43+         title : "Search via Easy  Stack Search " , 
4444        type : 'normal' , 
4545        contexts : [ 'selection' ] , 
4646    } ) ; 
Original file line number Diff line number Diff line change 22    "manifest_version" : 2 ,
33    "version" : " 1.6.0"  ,
44
5-     "name" : " Stack Overflow Search"  ,
65    "description"  : " A lightweight extension to make searching Stack Overflow quick & easy."  ,
6+     "name" : " Easy Stack Search"  ,
77    "author" : " Chrisvin"  ,
88
99    "icons" : {
Original file line number Diff line number Diff line change 88
99        < link  rel ="stylesheet " href ="css/options.css "> 
1010
11-         < title > Hello, world! </ title > 
11+         < title > Easy Stack Search </ title > 
1212    </ head > 
1313    < body > 
1414        < div  class ="alert alert-primary fade  " role ="alert "> 
1515            < strong > Options Saved</ strong > 
1616        </ div > 
1717        < div  class ="jumbotron "> 
1818            < center > 
19-                 < u > < h2 > Stack Overflow  Search Settings</ h2 > </ u > 
19+                 < u > < h2 > Easy Stack  Search Settings</ h2 > </ u > 
2020            </ center > 
2121        </ div > 
2222        < div  class ="container "> 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments