TooButtons
Transform every link in a button
TooButtonsคืออะไร?
TooButtons เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://javafactory.altervista.org และคุณลักษณะหลักของมันคือ "Transform every link in a button"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TooButtons
ดาวน์โหลดไฟล์ส่วนขยาย TooButtons ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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
}
]
} | |