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 |
官方網址 | 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" ] } } |