StoryGraph Right Click
Right click selected text to search for books on StoryGraph.
Τι είναι το StoryGraph Right Click;
Το StoryGraph Right Click είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον JLTech, και η κύρια λειτουργία του είναι "Right click selected text to search for books on StoryGraph.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης StoryGraph Right Click
Λήψη αρχείων επέκτασης StoryGraph Right Click σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Search for books on StoryGraph with a right click! You can toggle whether your search opens Now (go directly to search) or Later (open tab in the background) via a dropdown on the extension options page. Just click the Extensions icon in the top right of your browser (it looks like a puzzle piece), then click the three dots next to StoryGraph Right Click and select Options. Select the text that you'd like to search (book title, author, ISBN), right click, and choose "Search StoryGraph." Your results will show up in a new tab, and you can add the book to one of your lists, create a new review, or get more information about the book. _________ DONATE If you would like to say thanks and support continued development of this and other extensions, consider buying me a coffee: https://www.buymeacoffee.com/jltech _________ If you have any suggestions or bugs that you find, let me know! I'll be looking into adding features in the future, but for now enjoy this fast way to get right to the book you want on StoryGraph! _________ Updates: Version 1.0.1 - Initial release (3.7.2023)
Βασικές Πληροφορίες Επέκτασης
Όνομα | StoryGraph Right Click |
ID | kmpcamlcbfmkhpbfiblgkbmgncenhngp |
Επίσημο URL | https://chromewebstore.google.com/detail/storygraph-right-click/kmpcamlcbfmkhpbfiblgkbmgncenhngp |
Περιγραφή | Right click selected text to search for books on StoryGraph. |
Μέγεθος Αρχείου | 51.32 KB |
Αριθμός Εγκαταστάσεων | 79 |
Τρέχουσα Έκδοση | 1.0.1 |
Τελευταία Ενημέρωση | 2023-03-08 |
Ημερομηνία Δημοσίευσης | 2023-03-08 |
Προγραμματιστής | JLTech |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "background": { "service_worker": "background.js" }, "description": "Right click selected text to search for books on StoryGraph.", "icons": { "16": "icon16.png", "48": "icon48.png", "96": "icon96.png", "128": "icon128.png" }, "manifest_version": 3, "minimum_chrome_version": "88", "name": "StoryGraph Right Click", "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "contextMenus", "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1" } |