DocFlip
DocFlip makes it easy to between the Mac and iOS versions of Apple's Developer Library docs.
Co to jest DocFlip?
DocFlip to rozszerzenie Chrome opracowane przez Nathan Greenstein, a jego główną funkcją jest „DocFlip makes it easy to between the Mac and iOS versions of Apple's Developer Library docs.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia DocFlip
Pobierz pliki rozszerzeń DocFlip w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | pafmafifhicbmimdmmljhiaigkcnbkkl |
Oficjalny URL | https://chrome.google.com/webstore/detail/docflip/pafmafifhicbmimdmmljhiaigkcnbkkl |
Opis | DocFlip makes it easy to between the Mac and iOS versions of Apple's Developer Library docs. |
Rozmiar pliku | 12.7 KB |
Liczba instalacji | 10 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2012-10-05 |
Data Publikacji | 2012-10-05 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | Nathan Greenstein |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/nathangreenstein/DocFlip |
Obsługiwane Języki | 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" ] } ] } |