perminent askew

Askews any webpage

Cos'è perminent askew?

perminent askew è un'estensione di Chrome sviluppata da http://codersdilemma.com, e la sua funzione principale è "Askews any webpage".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione perminent askew

Scarica i file di estensione perminent askew 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

                        Permanent Askew 

Features
  Allows you to rotate the page.

That's it.



If you have any bugs or features suggesting just send them to 
[email protected]                    

Informazioni di Base sull'Estensione

Nome perminent askew perminent askew
ID gejdlmhhfonifmknhjhfmlpgficjfjoc
URL Ufficiale https://chrome.google.com/webstore/detail/perminent-askew/gejdlmhhfonifmknhjhfmlpgficjfjoc
Descrizione Askews any webpage
Dimensione del File 13.63 KB
Conteggio Installazioni 150
Versione Corrente 4.0
Ultimo Aggiornamento 2017-09-19
Data di Pubblicazione 2017-09-19
Valutazione 4.40/5 Totale 5 Valutazioni
Sviluppatore http://codersdilemma.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "perminent askew",
    "short_name": "askeeww",
    "description": "Askews any webpage",
    "version": "4.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ]
}