DocFlip

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

DocFlipとは何ですか?

DocFlipはNathan Greensteinによって開発されたChromeの拡張機能で、その主な機能は「DocFlip makes it easy to between the Mac and iOS versions of Apple's Developer Library docs.」です。

拡張機能のスクリーンショット

screenshot

DocFlip拡張機能のCRXファイルをダウンロード

DocFlip拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 DocFlip DocFlip
ID pafmafifhicbmimdmmljhiaigkcnbkkl
公式URL https://chrome.google.com/webstore/detail/docflip/pafmafifhicbmimdmmljhiaigkcnbkkl
説明 DocFlip makes it easy to between the Mac and iOS versions of Apple's Developer Library docs.
ファイルサイズ 12.7 KB
インストール数 10
現在のバージョン 1.0
最終更新日 2012-10-05
公開日 2012-10-05
評価 5.00/5 合計 2 レビュー
開発者 Nathan Greenstein
支払い方法 free
拡張機能のウェブサイト https://github.com/nathangreenstein/DocFlip
対応言語 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"
            ]
        }
    ]
}