Partis

Partis

Wat is Partis?

Partis is een Chrome-extensie ontwikkeld door thephntm2, en de belangrijkste functie is "Partis".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Partis

Download Partis-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        New theme for Partis.si
Without ADS.
Faster loading 
New search function. Type "p" in to browsers TITLE BAR and hit space, then type the search word... hit enter and u are done with searching.

Update

Removed stupid login flash ADs...
Added right click search (just select text and right click on it)                    

Basisinformatie over de Extensie

Naam Partis Partis
ID acnclognfocaknkbndfaoekjdnbaknbd
Officiële URL https://chrome.google.com/webstore/detail/partis/acnclognfocaknkbndfaoekjdnbaknbd
Beschrijving Partis
Bestandsgrootte 8.99 KB
Aantal Installaties 106
Huidige Versie 0.5.2
Laatst Bijgewerkt 2014-05-23
Publicatiedatum 2014-05-23
Beoordeling 4.14/5 Totaal 7 Beoordelingen
Ontwikkelaar thephntm2
Betalingswijze free
Extensiewebsite http://www.partis.si
Ondersteunde Talen sl
manifest.json
{
    "name": "Partis",
    "description": "Partis",
    "manifest_version": 2,
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css.css"
            ],
            "js": [
                "partis.js"
            ],
            "matches": [
                "http:\/\/www.partis.si\/*",
                "http:\/\/partis.si\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon48.png"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "*:\/\/*.partis.si\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.5.2"
}