TooButtons
Transform every link in a button
What is TooButtons?
TooButtons is a Chrome extension developed by https://javafactory.altervista.org, and its main feature is "Transform every link in a button".
Extension Screenshots
Download TooButtons Extension CRX File
Download TooButtons extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Do you love buttons? Now with TooButtons every link in a webpage will be trasformed in a button Note: this is only a funny extension Please rate this extension if you like it
Extension Basic Information
Name | TooButtons |
ID | odmhlbcjhbhpbndooapjapihoipjhdik |
Official URL | https://chromewebstore.google.com/detail/toobuttons/odmhlbcjhbhpbndooapjapihoipjhdik |
Description | Transform every link in a button |
File Size | 38.09 KB |
Installation Count | 20 |
Current Version | 0.4 |
Last Updated | 2012-07-10 |
Publish Date | 2012-07-10 |
Rating | 2.71/5 Total 14 Ratings |
Developer | https://javafactory.altervista.org |
Payment Type | free |
Extension Website | http://javafactory.altervista.org/chrome.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "TooButtons", "version": "0.4", "manifest_version": 2, "description": "Transform every link in a button", "icons": { "48": "button48.png", "128": "button128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*" ], "js": [ "button.js" ], "all_frames": true } ] } |