iSkor
iSkor - Everything has a rating
什么是iSkor?
iSkor是由https://iskor.com开发的Chrome扩展程序,该扩展的主要功能是“iSkor - Everything has a rating”。
扩展截图
下载iSkor扩展crx文件
下载iSkor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
iSkor is an easy way to have your say about anything on the internet, anytime, anywhere. Its simple, quick and, best of all - its free.
The iSkor plugin allows you to rate any page you are on in a single click. Features include:
- Rate any page on the internet
- See global average of all ratings for a page
- Share rated pages with friends
- Comment on your ratings
- Interact with friends in a fun environment in the iSkor.com social network
- Discuss pages on the global forum at iSkor.com 扩展基本信息
| 名称 | |
| ID | ennchihmggbhimckanmkkdpfhidmglbe |
| 官方URL | https://chromewebstore.google.com/detail/iskor/ennchihmggbhimckanmkkdpfhidmglbe |
| 简介 | iSkor - Everything has a rating |
| 文件大小 | 130 KB |
| 安装次数 | 13 |
| 当前版本 | 1.0.2.3 |
| 更新时间 | 2023-05-05 |
| 上架时间 | 2015-08-25 |
| 评分 | 4.67/5 共3次评分 |
| 开发者 | https://iskor.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://iskor.com |
| 帮助页面URL | http://iskor.com/contact-us |
| 隐私政策页面URL | https://iskor.com/privacy-policy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "iSkor",
"version": "1.0.2.3",
"manifest_version": 2,
"description": "iSkor - Everything has a rating",
"browser_action": {
"default_icon": "ext-icon.png",
"default_popup": "start.html"
},
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"permissions": [
"http:\/\/iskor.redpropaganda.com.au\/*",
"http:\/\/iskorsrv.redpropaganda.com.au\/*",
"http:\/\/iskorsrv\/*",
"http:\/\/iskor\/*",
"http:\/\/iskor.redpropaganda.com.au\/*",
"http:\/\/iskorsrv.redpropaganda.com.au\/*",
"http:\/\/iskor.com\/*",
"http:\/\/media.iskor.com\/*",
"tabs",
"chrome:\/\/favicon\/"
]
} | |