GoUp
Adds the button Go Up into the page site.
GoUpคืออะไร?
GoUp เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Anton Berezan และคุณลักษณะหลักของมันคือ "Adds the button Go Up into the page site."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GoUp
ดาวน์โหลดไฟล์ส่วนขยาย GoUp ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
If you wish to temporarily hide GoUp bar, please press right mouse button on GoUp. Version 1.1.6: - added a new option to show/hide the 'Go back' button; Version 1.1.4: - some fixes; Version 1.1.3: - some fixes; Version 1.1: - added compact style; - added options for animation and compact style; - updated style; Version 1.0.1: - added animation; - right mouse click for temporarily hide; - some fixes;
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GoUp |
ID | aocpiddhkbidlpopabginfakppnbgkfl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/goup/aocpiddhkbidlpopabginfakppnbgkfl |
คำอธิบาย | Adds the button Go Up into the page site. |
ขนาดไฟล์ | 57.21 KB |
จำนวนการติดตั้ง | 154 |
เวอร์ชันปัจจุบัน | 1.1.6.2 |
อัปเดตครั้งล่าสุด | 2013-03-09 |
วันที่เผยแพร่ | 2013-03-09 |
คะแนน | 4.41/5 รวมทั้งหมด 17 คะแนน |
ผู้พัฒนา | Anton Berezan |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,ru |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "GoUp", "version": "1.1.6.2", "description": "__MSG_description__", "default_locale": "en", "manifest_version": 2, "minimum_chrome_version": "16.0", "icons": { "128": "images\/goup-128.png", "48": "images\/goup-48.png", "32": "images\/goup-32.png", "16": "images\/goup-32.png" }, "background": { "scripts": [ "js\/options.js", "js\/background.js" ] }, "web_accessible_resources": [ "fonts\/comfortaa-bold.woff", "css\/goup.css" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/goup.js" ], "run_at": "document_start" } ], "options_page": "options.html" } |