DocFlip

DocFlip makes it easy to between the Mac and iOS versions of Apple's Developer Library docs.

Cos'è DocFlip?

DocFlip è un'estensione di Chrome sviluppata da Nathan Greenstein, e la sua funzione principale è "DocFlip makes it easy to between the Mac and iOS versions of Apple's Developer Library docs.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione DocFlip

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

                        DocFlip is a Chrome extension that makes it easy to switch between the Mac and iOS versions of Apple's Developer Library documentation. It adds a 'flip' link to the header of any supported page. Clicking the link will take you to the corresponding document in the other platform's Developer Library.                    

Informazioni di Base sull'Estensione

Nome DocFlip DocFlip
ID pafmafifhicbmimdmmljhiaigkcnbkkl
URL Ufficiale https://chrome.google.com/webstore/detail/docflip/pafmafifhicbmimdmmljhiaigkcnbkkl
Descrizione DocFlip makes it easy to between the Mac and iOS versions of Apple's Developer Library docs.
Dimensione del File 12.7 KB
Conteggio Installazioni 10
Versione Corrente 1.0
Ultimo Aggiornamento 2012-10-05
Data di Pubblicazione 2012-10-05
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Nathan Greenstein
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/nathangreenstein/DocFlip
Lingue Supportate en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DocFlip",
    "version": "1.0",
    "manifest_version": 2,
    "description": "DocFlip makes it easy to between the Mac and iOS versions of Apple's Developer Library docs.",
    "homepage_url": "https:\/\/github.com\/nathangreenstein\/DocFlip",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "*:\/\/developer.apple.com\/library\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/developer.apple.com\/library\/*"
            ],
            "js": [
                "docflip.js"
            ],
            "css": [
                "docflip.css"
            ]
        }
    ]
}