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