My Forward Button
Add Forward button to the Toolbar
My Forward Buttonคืออะไร?
My Forward Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย art และคุณลักษณะหลักของมันคือ "Add Forward button to the Toolbar"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย My Forward Button
ดาวน์โหลดไฟล์ส่วนขยาย My Forward Button ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | miamoimdljnphjlobpdgdmkadlimnnkg |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/miamoimdljnphjlobpdgdmkadlimnnkg |
คำอธิบาย | Add Forward button to the Toolbar |
ขนาดไฟล์ | 9.62 KB |
จำนวนการติดตั้ง | 35 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2015-08-03 |
วันที่เผยแพร่ | 2015-08-03 |
คะแนน | 3.50/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | art |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "128": "icon_128.png", "48": "icon_48.png", "32": "icon_32.png", "16": "icon_16.png" }, "default_title": "Forward" }, "icons": { "128": "icon_128.png", "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png" }, "manifest_version": 2, "name": "My Forward Button", "description": "Add Forward button to the Toolbar", "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1" } |