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.”。
扩展截图
下载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.
扩展基本信息
名称 | |
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" ] } ] } |