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是由fixplz开发的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扩展crx文件
下载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" ] } } |