Get Referrer URL
Adds a little icon in the URL bar that lets you see the referring URL (the page you opened the current tab from)
Get Referrer URLคืออะไร?
Get Referrer URL เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fixplz และคุณลักษณะหลักของมันคือ "Adds a little icon in the URL bar that lets you see the referring URL (the page you opened the current tab from)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Get Referrer URL
ดาวน์โหลดไฟล์ส่วนขยาย Get Referrer URL ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds a little icon in the URL bar that lets you see the referring URL (the page you opened the current tab from)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Get Referrer URL |
ID | foeoiieheeibpcncbalmoejmfankigah |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/get-referrer-url/foeoiieheeibpcncbalmoejmfankigah |
คำอธิบาย | Adds a little icon in the URL bar that lets you see the referring URL (the page you opened the current tab from) |
ขนาดไฟล์ | 4.84 KB |
จำนวนการติดตั้ง | 1,112 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2014-07-13 |
วันที่เผยแพร่ | 2014-07-13 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | fixplz |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Get Referrer URL", "version": "0.0.1", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "page_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] } } |