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 là gì?
Get Referrer URL là một tiện ích mở rộng Chrome được phát triển bởi fixplz, và tính năng chính của nó là "Adds a little icon in the URL bar that lets you see the referring URL (the page you opened the current tab from)".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Get Referrer URL
Tải xuống các tệp mở rộng Get Referrer URL dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Adds a little icon in the URL bar that lets you see the referring URL (the page you opened the current tab from)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Get Referrer URL |
ID | foeoiieheeibpcncbalmoejmfankigah |
URL Chính Thức | https://chromewebstore.google.com/detail/get-referrer-url/foeoiieheeibpcncbalmoejmfankigah |
Mô tả | Adds a little icon in the URL bar that lets you see the referring URL (the page you opened the current tab from) |
Kích Thước Tệp | 4.84 KB |
Số Lần Cài Đặt | 1,112 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2014-07-13 |
Ngày Phát Hành | 2014-07-13 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | fixplz |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } } |