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.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
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" ] } ] } |