ラベル Google Chrome Extensions の投稿を表示しています。 すべての投稿を表示
ラベル Google Chrome Extensions の投稿を表示しています。 すべての投稿を表示

2009年11月23日月曜日

Command Line Browser 0.6














Warning:
Command APIs are modified and command definitions on your PC are going to be replaced with new default commands when you update the add on.
If you have written scripts in the config page, please back them up in advance.

ChangeLog:
  • Each command can have an icon. (Defined as an URL in command definition)
  • Emphasized selected completion candidate
  • Backward candidate select by Shift-Tab key
  • Added some commands
    • Google Blog Search
    • Google Image Search
    • Google Maps Search
    • delicious Search
    • Wikipedia Japan Search
    • Yahoo! Japan Search
    • Yahoo! Japan Auction Search
    • Amazon Japan Search
    • kakaku.com Search
  • Renamed "google-scholar" command to "google/scholar"
Download: Command Line Browser

2009年11月19日木曜日

Google Preview for Chrome 0.5

ChangeLog:
  • Implemented configuration page (type "chrome://extensions/" into omnibox, and you will find it)
  • Variable image size (you can define it in configuration page)
Therefore you can do something like this...













2009年11月1日日曜日

Command Line Browser 0.4


















ChangeLog:
  • Implemented configuration window.
  • Bug fix: URI encode for search commands.
Please type "chrome://extensions/" in omnibox, then click "Options" in "Command Line Browser" section.
You can edit, add, and delete commands.
I'll write short coding guide afterward.

2009年10月30日金曜日

Google Preview for Chrome 0.4

ChangeLog:
  • Append anchor tag to thumbnails
Download: Google Preview for Chrome

2009年10月29日木曜日

Command Line Browser 0.3










ChangeLog:
  • Command complement available (tab key)
  • Renamed existing commands ("o" -> "open", "s" -> "google")
  • "google-scholar" command
  • Placed the form at the center of the window
  • Command definition has been moved to "background.html"
Download: Command Line Browser

2009年10月28日水曜日

Updated Command Line Browser








ChangeLog:
  • Incremental search for commands available
Download: Command Line Browser

2009年10月27日火曜日

Updated Google Preview for Chrome



















ChangeLog:
  • Changed thumbnail apis from SimpleAPI to HeartRails
  • Changed thumbnail size to 160 x 120
  • Adjusted style sheet
It looks better now.
Enjoy!

2009年10月25日日曜日

Command Line Interface for Chrome

I have been using Mozilla Firefox with Vimperator.
It is not ported to Chrome, therefore I am using ChromeKeyconfig, but it does not support command line operations like "open http://~~~" which are available on Vimperator because this add on focuses only on key configuration.
(I think this should be as-is because key event reassignment and command line interface are quite different functions to be implemented in one add on.)

Then I wrote a simple add on which enables command line operations on Chrome.

Download: Command Line Browser

After install this, please type a colon.
An input field will appear on your screen, and you can execute some actions.
Only 2 actions are implemented so far, "open url" (command "o") and "search with google" (command "s").
I'd like to append other functions afterward, and if you'd like to do it by yourself, you can do it by editing "Command definitions" part of script.js.
The script is so simple that you will be able to edit it easily.
(If you need more detailed information, please tell me.)

Finally, If you know how to manipulate tabs and windows from Chrome extentions, I would appreciate it if you could write it in comments.
I tried to get window size with "chrome.windows.getCurrent" or something like that, but it wouldn't let me touch windows.

Oct 29
Resolved.
Most chrome.* APIs are not accessible from content script.
But we can get window size by window.innerHeight and window.innerWidth.

Updated Google Preview for Chrome

Updated Google Preview for Chrome to cooperate with AutoPatchWork.
Now it receives events thrown by AutoPatchWork and appends thumbnails for succeeding search results.

Download: Google Preview for Chrome

2009年10月23日金曜日

Google Preview for Chrome


I've begun to use Google Chrome, but I can't find any add on works like Google Preview for Mozilla Firefox.

Therefore I made it for myself.

Download: Google Preview for Chrome