DocFlip

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

DocFlipคืออะไร?

DocFlip เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nathan Greenstein และคุณลักษณะหลักของมันคือ "DocFlip makes it easy to between the Mac and iOS versions of Apple's Developer Library docs."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DocFlip

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}