Partis

Partis

Cos'è Partis?

Partis è un'estensione di Chrome sviluppata da thephntm2, e la sua funzione principale è "Partis".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Partis

Scarica i file di estensione Partis in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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)                    

Informazioni di Base sull'Estensione

Nome Partis Partis
ID acnclognfocaknkbndfaoekjdnbaknbd
URL Ufficiale https://chrome.google.com/webstore/detail/partis/acnclognfocaknkbndfaoekjdnbaknbd
Descrizione Partis
Dimensione del File 8.99 KB
Conteggio Installazioni 106
Versione Corrente 0.5.2
Ultimo Aggiornamento 2014-05-23
Data di Pubblicazione 2014-05-23
Valutazione 4.14/5 Totale 7 Valutazioni
Sviluppatore thephntm2
Tipo di Pagamento free
Sito Web dell'Estensione http://www.partis.si
Lingue Supportate 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"
}