DocFlip
DocFlip makes it easy to between the Mac and iOS versions of Apple's Developer Library docs.
Apa itu DocFlip?
DocFlip adalah ekstensi Chrome yang dikembangkan oleh Nathan Greenstein, dan fitur utamanya adalah "DocFlip makes it easy to between the Mac and iOS versions of Apple's Developer Library docs.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi DocFlip
Unduh file ekstensi DocFlip dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | pafmafifhicbmimdmmljhiaigkcnbkkl |
URL Resmi | https://chrome.google.com/webstore/detail/docflip/pafmafifhicbmimdmmljhiaigkcnbkkl |
Deskripsi | DocFlip makes it easy to between the Mac and iOS versions of Apple's Developer Library docs. |
Ukuran File | 12.7 KB |
Jumlah Instalasi | 10 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2012-10-05 |
Tanggal Publikasi | 2012-10-05 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Nathan Greenstein |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/nathangreenstein/DocFlip |
Bahasa yang Didukung | 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" ] } ] } |