FurAffinity Notifications
An extension to show your FA message count.
什么是FurAffinity Notifications?
FurAffinity Notifications是由GioSpy开发的Chrome扩展程序,该扩展的主要功能是“An extension to show your FA message count.”。
扩展截图
下载FurAffinity Notifications扩展crx文件
下载FurAffinity Notifications扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension displays the number of messages you have on FurAffinity and acts as a shortcut to those messages. It also displays how many of each type of message you have if you hover the mouse over the extension icon. You can change the refresh time in the options. Note: This extension is in no way affiliated with FurAffinity.net
扩展基本信息
名称 | |
ID | ickcialcecplafplcmmokdiogjanmlcf |
官方URL | https://chrome.google.com/webstore/detail/furaffinity-notifications/ickcialcecplafplcmmokdiogjanmlcf |
简介 | An extension to show your FA message count. |
文件大小 | 94.53 KB |
安装次数 | 96 |
当前版本 | 0.3 |
更新时间 | 2015-04-12 |
上架时间 | 2015-04-12 |
评分 | 4.33/5 共3次评分 |
开发者 | GioSpy |
付费类型 | free |
扩展官网 | http://twitter.com/GioSpy |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FurAffinity Notifications", "version": "0.3", "manifest_version": 2, "author": "GioSpy", "description": "An extension to show your FA message count.", "permissions": [ "http:\/\/www.furaffinity.net\/", "alarms", "tabs", "webNavigation", "storage" ], "background": { "page": "src\/background.html" }, "icons": { "128": "src\/icon.png" }, "options_page": "src\/options.html", "browser_action": { "default_icon": "src\/icon.png" } } |