Gmail Origin Flags
Displays the country flag and other information related to the origin of an e-mail
什么是Gmail Origin Flags?
Gmail Origin Flags是由georgios.kontaxis开发的Chrome扩展程序,该扩展的主要功能是“Displays the country flag and other information related to the origin of an e-mail”。
扩展截图
下载Gmail Origin Flags扩展crx文件
下载Gmail Origin Flags扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Additional functionality to Gmail (mail.google.com) to parse e-mail envelope headers and display information such as the country of message origin.
扩展基本信息
名称 | |
ID | eameeidodfbpfdocfccodpbkblgbepmo |
官方URL | https://chrome.google.com/webstore/detail/gmail-origin-flags/eameeidodfbpfdocfccodpbkblgbepmo |
简介 | Displays the country flag and other information related to the origin of an e-mail |
文件大小 | 3.75 MB |
安装次数 | 24 |
当前版本 | 1.1 |
更新时间 | 2014-01-02 |
上架时间 | 2014-01-02 |
评分 | 1.00/5 共2次评分 |
开发者 | georgios.kontaxis |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gmail Origin Flags", "version": "1.1", "manifest_version": 2, "description": "Displays the country flag and other information related to the origin of an e-mail", "icons": { "16": "icons\/passports-16.png", "48": "icons\/passports-48.png", "128": "icons\/passports-128.png" }, "homepage_url": "http:\/\/www.cs.columbia.edu\/~kontaxis\/", "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/mail.google.com\/*" ], "all_frames": true, "js": [ "cs_magic.js" ] } ], "permissions": [ "tabs", "https:\/\/mail.google.com\/*" ], "web_accessible_resources": [ "flags\/*" ] } |