TV Series Counter
TV Series Counter
什么是TV Series Counter?
TV Series Counter是由Ksenia Kaganer开发的Chrome扩展程序,该扩展的主要功能是“TV Series Counter”。
扩展截图
下载TV Series Counter扩展crx文件
下载TV Series Counter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Click on 'Add Series' and fill all the relevant information for you. After this you can easily keep track of your series. By clicking on its name you will open your Series url or IMDB site by default. With an auto priority chosen you will increase the series counter by one each time you go to your link or you can change this by changing the priority to manual and increase and decrease the counter by yourself. I hope this Extension will be useful for you! On any other subject please feel free to contact me via my portfolio website! http://kseniakaganer.wix.com/kseniakaganer
扩展基本信息
名称 | |
ID | jlbccnkbfaabcjdlnhmmggcioahpjofk |
官方URL | https://chrome.google.com/webstore/detail/tv-series-counter/jlbccnkbfaabcjdlnhmmggcioahpjofk |
简介 | TV Series Counter |
文件大小 | 1.14 MB |
安装次数 | 205 |
当前版本 | 4.2 |
更新时间 | 2015-11-14 |
上架时间 | 2015-11-14 |
评分 | 5.00/5 共8次评分 |
开发者 | Ksenia Kaganer |
付费类型 | free |
扩展官网 | http://kseniakaganer.wix.com/kseniakaganer |
帮助页面URL | http://kseniakaganer.wix.com/kseniakaganer#!contact/cfvg |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TV Series Counter", "version": "4.2", "manifest_version": 2, "default_locale": "en", "description": "TV Series Counter", "browser_action": { "default_icon": "icon2.png", "default_title": "TVs Counter", "default_popup": "popup.html" }, "permissions": [ "storage", "management", "tabs", "background", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |