Quotebacks - quote the web
Quote the web and manage your snippets.
Τι είναι το Quotebacks - quote the web;
Το Quotebacks - quote the web είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://quotebacks.net, και η κύρια λειτουργία του είναι "Quote the web and manage your snippets.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Quotebacks - quote the web
Λήψη αρχείων επέκτασης Quotebacks - quote the web σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Quotebacks is a tool that makes it easy to grab snippets of text from around the web and convert them into embeddable blockquote web components.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Quotebacks - quote the web |
ID | makakhdegdcmmbbhepafcghpdkbemach |
Επίσημο URL | https://chromewebstore.google.com/detail/quotebacks-quote-the-web/makakhdegdcmmbbhepafcghpdkbemach |
Περιγραφή | Quote the web and manage your snippets. |
Μέγεθος Αρχείου | 429 KB |
Αριθμός Εγκαταστάσεων | 2,000 |
Τρέχουσα Έκδοση | 1.1.4 |
Τελευταία Ενημέρωση | 2022-01-22 |
Ημερομηνία Δημοσίευσης | 2020-06-30 |
Αξιολόγηση | 3.50/5 Συνολικά 6 Αξιολογήσεις |
Προγραμματιστής | https://quotebacks.net |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/Blogger-Peer-Review/quotebacks |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/Blogger-Peer-Review/quotebacks/issues |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quotebacks - quote the web", "description": "Quote the web and manage your snippets.", "version": "1.1.4", "manifest_version": 2, "permissions": [ "storage", "activeTab", "unlimitedStorage", "contextMenus" ], "icons": { "16": "images\/icon-16x16.png", "32": "images\/icon-32x32.png", "48": "images\/icon-48x48.png", "128": "images\/icon-128x128.png" }, "browser_action": { "default_title": "Options" }, "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "options.html", "styles\/styles.css", "images\/allquotes.png", "images\/editicon.svg", "quoteback-internal.js", "readability.js" ], "commands": { "open-popup": { "description": "Capture a quote from the web", "suggested_key": { "mac": "Ctrl+Shift+S", "windows": "Ctrl+Shift+S", "chromeos": "Ctrl+Shift+S", "default": "Ctrl+Shift+S" } }, "alt-open": { "description": "Alternative quote capture for Firefox", "suggested_key": { "mac": "Alt+S", "windows": "Alt+S", "chromeos": "Alt+S", "default": "Alt+S" } } } } |