Quotebacks - quote the web
Quote the web and manage your snippets.
Wat is Quotebacks - quote the web?
Quotebacks - quote the web is een Chrome-extensie ontwikkeld door https://quotebacks.net, en de belangrijkste functie is "Quote the web and manage your snippets.".
Extensie Screenshots
Download het CRX-bestand van de extensie Quotebacks - quote the web
Download Quotebacks - quote the web-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | makakhdegdcmmbbhepafcghpdkbemach |
| Officiële URL | https://chromewebstore.google.com/detail/quotebacks-quote-the-web/makakhdegdcmmbbhepafcghpdkbemach |
| Beschrijving | Quote the web and manage your snippets. |
| Bestandsgrootte | 429 KB |
| Aantal Installaties | 2,000 |
| Huidige Versie | 1.1.4 |
| Laatst Bijgewerkt | 2022-01-22 |
| Publicatiedatum | 2020-06-30 |
| Beoordeling | 3.50/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | https://quotebacks.net |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/Blogger-Peer-Review/quotebacks |
| Help Pagina-URL | https://github.com/Blogger-Peer-Review/quotebacks/issues |
| Ondersteunde Talen | 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"
}
}
}
} | |