TooButtons
Transform every link in a button
TooButtons란 무엇입니까?
TooButtons은(는) https://javafactory.altervista.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Transform every link in a button"입니다.
확장 프로그램 스크린샷
TooButtons 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | TooButtons |
ID | odmhlbcjhbhpbndooapjapihoipjhdik |
공식 URL | https://chromewebstore.google.com/detail/toobuttons/odmhlbcjhbhpbndooapjapihoipjhdik |
설명 | Transform every link in a button |
파일 크기 | 38.09 KB |
설치 횟수 | 20 |
현재 버전 | 0.4 |
최근 업데이트 | 2012-07-10 |
출시 날짜 | 2012-07-10 |
평점 | 2.71/5 총 14 개의 평점 |
개발자 | https://javafactory.altervista.org |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://javafactory.altervista.org/chrome.html |
지원되는 언어 | 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 } ] } |