iSkor
iSkor - Everything has a rating
Hvad er iSkor?
iSkor er en Chrome-udvidelse udviklet af https://iskor.com, og dens hovedfunktion er "iSkor - Everything has a rating".
Udvidelsesskærmbilleder
Download iSkor-udvidelses-CRX-fil
Download iSkor-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ennchihmggbhimckanmkkdpfhidmglbe |
| Officiel URL | https://chromewebstore.google.com/detail/iskor/ennchihmggbhimckanmkkdpfhidmglbe |
| Beskrivelse | iSkor - Everything has a rating |
| Filstørrelse | 130 KB |
| Antal Installationer | 13 |
| Nuværende Version | 1.0.2.3 |
| Senest Opdateret | 2023-05-05 |
| Udgivelsesdato | 2015-08-25 |
| Bedømmelse | 4.67/5 Samlet 3 Bedømmelser |
| Udvikler | https://iskor.com |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | http://iskor.com |
| Hjælpeside-URL | http://iskor.com/contact-us |
| URL til Fortrolighedspolitik Side | https://iskor.com/privacy-policy |
| Understøttede Sprog | 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\/"
]
} | |