DocFlip

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

Wat is DocFlip?

DocFlip is een Chrome-extensie ontwikkeld door Nathan Greenstein, en de belangrijkste functie is "DocFlip makes it easy to between the Mac and iOS versions of Apple's Developer Library docs.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie DocFlip

Download DocFlip-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

                        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.                    

Basisinformatie over de Extensie

Naam DocFlip DocFlip
ID pafmafifhicbmimdmmljhiaigkcnbkkl
Officiële URL https://chrome.google.com/webstore/detail/docflip/pafmafifhicbmimdmmljhiaigkcnbkkl
Beschrijving DocFlip makes it easy to between the Mac and iOS versions of Apple's Developer Library docs.
Bestandsgrootte 12.7 KB
Aantal Installaties 10
Huidige Versie 1.0
Laatst Bijgewerkt 2012-10-05
Publicatiedatum 2012-10-05
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Nathan Greenstein
Betalingswijze free
Extensiewebsite https://github.com/nathangreenstein/DocFlip
Ondersteunde Talen 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"
            ]
        }
    ]
}