Awesome History Button
Awesome button to open the Chrome history in a new window or tab. If the history page is already open, that tab is selected.
Awesome History Buttonคืออะไร?
Awesome History Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://upway2late.com และคุณลักษณะหลักของมันคือ "Awesome button to open the Chrome history in a new window or tab. If the history page is already open, that tab is selected."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Awesome History Button
ดาวน์โหลดไฟล์ส่วนขยาย Awesome History Button ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
It is a shortcut button to open the Chrome history page.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Awesome History Button |
ID | cjifeclbknmlhapifaiaocfcbahinlji |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/awesome-history-button/cjifeclbknmlhapifaiaocfcbahinlji |
คำอธิบาย | Awesome button to open the Chrome history in a new window or tab. If the history page is already open, that tab is selected. |
ขนาดไฟล์ | 35.42 KB |
จำนวนการติดตั้ง | 816 |
เวอร์ชันปัจจุบัน | 1.2.0.0 |
อัปเดตครั้งล่าสุด | 2020-12-08 |
วันที่เผยแพร่ | 2016-09-22 |
คะแนน | 4.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://upway2late.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.upway2late.com/projects/buttons-project |
URL หน้าช่วยเหลือ | http://www.upway2late.com/projects/buttons-project |
URL หน้านโยบายความเป็นส่วนตัว | http://www.upway2late.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Awesome History Button", "version": "1.2.0.0", "description": "Awesome button to open the Chrome history in a new window or tab. If the history page is already open, that tab is selected.", "icons": { "16": "history_16.png", "48": "history_48.png", "128": "history_128.png" }, "background": { "page": "background.html" }, "options_page": "options.html", "browser_action": { "default_icon": "history_19.png", "default_title": "Awesome History Button" }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "manifest_version": 2 } |