Quotebacks - quote the web
Quote the web and manage your snippets.
Qu'est-ce que Quotebacks - quote the web ?
Quotebacks - quote the web est une extension Chrome développée par https://quotebacks.net, et sa fonction principale est "Quote the web and manage your snippets.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Quotebacks - quote the web
Téléchargez les fichiers d'extension Quotebacks - quote the web au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Quotebacks - quote the web |
ID | makakhdegdcmmbbhepafcghpdkbemach |
URL Officiel | https://chromewebstore.google.com/detail/quotebacks-quote-the-web/makakhdegdcmmbbhepafcghpdkbemach |
Description | Quote the web and manage your snippets. |
Taille du Fichier | 429 KB |
Nombre d'Installations | 2,000 |
Version Actuelle | 1.1.4 |
Dernière Mise à Jour | 2022-01-22 |
Date de Publication | 2020-06-30 |
Évaluation | 3.50/5 Total 6 Évaluations |
Développeur | https://quotebacks.net |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/Blogger-Peer-Review/quotebacks |
URL de la Page d'Aide | https://github.com/Blogger-Peer-Review/quotebacks/issues |
Langues Prises en Charge | 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" } } } } |