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
官方網址 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"
            ]
        }
    ]
}