Showing posts with label Web Browsers. Show all posts
Showing posts with label Web Browsers. Show all posts

Wednesday, April 25, 2012

Disable collecting junk on Google Chrome

After browsing for  a while I always see that Google Chrome cache grows to one 1Gb of useless cached Youtube videos,images and etc. To save some free on your hard drive simple launch Google Chrome and press CTRL+SHIFT+I .On the right bottom corner you will see 
a gear icon. Click on it to open extra options. Here you can mess up with user agent and identify browser as Firefox 7 on MacOS or Android 2.3 device. (note I am using Google Chrome 18)


On the left side you should see a Disable Cache checkbox. Tick the box and close the developers toolbox. 


Alternative way of disabling cache on Windows

Monday, July 4, 2011

Chrome Web Apps... make your own

If you still using your default browser on Windows like Internet Explorer 6 then I feel for you. You really need to download Google Chrome. Like other modern web browsers it can be expanded with extension and apps available from Chrome Web Store and while those extensions can be not very perfect you may find some really great apps. Sure one of the popular is the Angry Birds game.

Chrome Apps is most times just a website bookmarks and it might be good idea to make one for your own website. You will only need to create and few site icons and manifest file.

And here is my manifest.json file:



{
  "name": "GintasDX Blog",
  "description": "Techonology and random blog",
  "version": "1",
  "app": {
    
    "launch": {
      "web_url": "http://gintasdx.blogspot.com"
    }
  },
  "icons": {
    "32": "32.png",
    "16": "16.png",
    "96": "96.png",
    "128": "128.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}

You need read a developers guide if you want to know what exactly each line does. Basically all you need is a 128x128px size icon and this sample manifest file. Finally you need to pack your extension using Chrome.

Start Chrome and push the wrench icon in the right upper corner. Go to Tools->Extensions....
Select the Developer Mode and press the Pack Extension button. In new dialog you need select the folder where you put an icon and manifest.json file .

Later just drag and drop the .crx file on Chrome browser window. You will see a some warning at the bottom,but since you are using your own extension you can press Continue without worries.

A dialog like this should appear:

After pressing Install you will have your custom app in a main
start page.


Tuesday, July 6, 2010

Seamonkey 2 Dark Theme

I noticed there is a just few themes for SeaMonkey . This browser isn't very popular since it's bit lighter FireFox version and I mainly use it for editing web pages using Composer editor inside this browser. I hope somebody will make a Personas  soon for it since those are much better than real themes and easier to make. They get a thousand of downloads just in a first weeks.

I only changed the main navigator screen and main icons. :P Feel free to edit and see how it was made it.



Download it from here