PSO2 Extension
Provides notifications for PSO2 EQ's in the browser
PSO2 Extensionคืออะไร?
PSO2 Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://arks-layer.com และคุณลักษณะหลักของมันคือ "Provides notifications for PSO2 EQ's in the browser"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PSO2 Extension
ดาวน์โหลดไฟล์ส่วนขยาย PSO2 Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Version 1.52 Extension now includes desktop notifications when EQ's are announced. Options page has been improved. Also full date time stamp is included on announced and previous EQ's. Translates the registration process for the Japanese player site. Changes color in the toolbar when EQ's are approaching. The ship the EQ alert follows can be changed by right clicking the icon n the toolbar, going to "Options". A confirmation message will appear to indicate your settings have been saved. You can close the window after that. Credits: Program, translation: Kion Alert Fix: Klypto Toolbar icon: Caledonia EQ Icons and Style: Gama, Tyreek Phantasy Star Online 2 is property of Sega. All icons and trademarks belong to them. (C)SEGA 『PHANTASY STAR ONLINE 2』公式サイト http://pso2.jp/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | febdkhimnahpmjpbidcofjdpjjggojhj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/pso2-extension/febdkhimnahpmjpbidcofjdpjjggojhj |
คำอธิบาย | Provides notifications for PSO2 EQ's in the browser |
ขนาดไฟล์ | 187 KB |
จำนวนการติดตั้ง | 5,949 |
เวอร์ชันปัจจุบัน | 1.55 |
อัปเดตครั้งล่าสุด | 2014-10-01 |
วันที่เผยแพร่ | 2014-10-01 |
คะแนน | 4.04/5 รวมทั้งหมด 77 คะแนน |
ผู้พัฒนา | http://arks-layer.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://arks-layer.com |
URL หน้าช่วยเหลือ | http://www.pso-world.com/forums/showthread.php?t=210474 |
ภาษาที่รองรับ | en |
manifest.json | |
{ "name": "PSO2 Extension", "version": "1.55", "manifest_version": 2, "description": "Provides notifications for PSO2 EQ's in the browser", "options_page": "option\/options.html", "permissions": [ "http:\/\/eq.arks-layer.com\/", "notifications" ], "background": { "scripts": [ "alert.js" ] }, "browser_action": { "default_icon": "images\/0.png", "default_popup": "alert.html" }, "content_scripts": [ { "matches": [ "https:\/\/iway.isao.net\/sega\/mail_sr.cgi?*", "https:\/\/iway.isao.net\/sega\/dupcheck*", "https:\/\/iway.isao.net\/sega\/dcws_signup*" ], "js": [ "pso2site\/jquery-2.1.1.min.js", "pso2site\/signup.js" ] }, { "matches": [ "http:\/\/pso2.jp\/regist\/complete\/" ], "js": [ "pso2site\/jquery-2.1.1.min.js", "pso2site\/complete.js" ] }, { "matches": [ "https:\/\/cha.isao.net\/profile_oem\/OEMLogin.php?product_name=pso2", "https:\/\/cha.isao.net\/profile_oem\/OEMLogin.php?product_name=sega" ], "js": [ "pso2site\/jquery-2.1.1.min.js", "pso2site\/pso2login.js" ] }, { "js": [ "pso2site\/payinput.js" ], "matches": [ "https:\/\/cha.isao.net\/purchase_oem\/OEMChk.php" ] }, { "js": [ "pso2site\/pso2paymenu.js" ], "matches": [ "https:\/\/cha.isao.net\/purchase_oem\/OEMTmpl2Show2.php" ] } ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDCK0IkyDodatGQCSKiJj4diqceN\/Le\/ocQ1\/cOtaZkBP07fO4uxB6tUsm5RLq5CNRRrUlVNwEc4Qs0UhF9So6vWLcgZzipmOv\/znva7QZbGeQ6EQ+v\/P7bB9lsuIazoZi3R5O7\/Qh24UMv0PKUwmp491+E9rxreaFesaL205pzVQIDAQAB" } |