Dicta Nakdan - Share Vocalized Text
Share vocalized text on Twitter, Facebook, or anywhere else across the web. The plugin is a free product from Dicta, like the rest…
Τι είναι το Dicta Nakdan - Share Vocalized Text;
Το Dicta Nakdan - Share Vocalized Text είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://dicta.org.il, και η κύρια λειτουργία του είναι "Share vocalized text on Twitter, Facebook, or anywhere else across the web. The plugin is a free product from Dicta, like the rest…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Dicta Nakdan - Share Vocalized Text
Λήψη αρχείων επέκτασης Dicta Nakdan - Share Vocalized Text σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Share vocalized text on Twitter, Facebook, or anywhere else across the web. The plugin is a free product from Dicta, like the rest of our tools - which are free and distributed for the benefit of the public. Visit our website and discover more tools we offer: https://dicta.org.il
Βασικές Πληροφορίες Επέκτασης
Όνομα | Dicta Nakdan - Share Vocalized Text |
ID | mihlembodjlpghjcpedlefbambhmncpf |
Επίσημο URL | https://chromewebstore.google.com/detail/dicta-nakdan-share-vocali/mihlembodjlpghjcpedlefbambhmncpf |
Περιγραφή | Share vocalized text on Twitter, Facebook, or anywhere else across the web. The plugin is a free product from Dicta, like the rest… |
Μέγεθος Αρχείου | 469 KB |
Αριθμός Εγκαταστάσεων | 316 |
Τρέχουσα Έκδοση | 0.1.4 |
Τελευταία Ενημέρωση | 2021-12-30 |
Ημερομηνία Δημοσίευσης | 2021-12-30 |
Προγραμματιστής | https://dicta.org.il |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://dicta.org.il/tos |
Υποστηριζόμενες Γλώσσες | en,iw |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "version": "0.1.4", "author": "Michael Tsaban", "default_locale": "en", "icons": { "250": "icon.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "src\/content.js" ] } ], "options_ui": { "page": "src\/options_page\/index.html", "open_in_tab": true }, "action": { "default_icon": "icon.png", "default_title": "__MSG_name__", "default_popup": "src\/browser_action\/index.html" }, "permissions": [ "contextMenus", "storage" ] } |