Citace PRO VUT
Najde DOI a ISBN ve stránce a přidá k nim odkazy pro vygenerování citace v Citace PRO.
Was ist Citace PRO VUT?
Citace PRO VUT ist eine Chrome-Erweiterung, die von Miroslav Gajda entwickelt wurde, und ihr Hauptmerkmal ist "Najde DOI a ISBN ve stránce a přidá k nim odkazy pro vygenerování citace v Citace PRO.".
Erweiterungsscreenshots
Citace PRO VUT-Erweiterungs-CRX-Datei herunterladen
Laden Sie Citace PRO VUT-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Slouží pro vytvoření a uložení citace. Po kliknutí na tlačítko v liště se v textu stránky vyhledají všechna ISBN a DOI a zobrazí se u nich ikona Uložit do Citace PRO. Po kliknutí na ikonu se automaticky vytvoří citace a záznam se uloží do Citace PRO. Jde o verzi doplňku určenou pro VUT. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | pdhchaeklpanlniilpbkjddfiikjadih |
| Offizielle URL | https://chromewebstore.google.com/detail/citace-pro-vut/pdhchaeklpanlniilpbkjddfiikjadih |
| Beschreibung | Najde DOI a ISBN ve stránce a přidá k nim odkazy pro vygenerování citace v Citace PRO. |
| Dateigröße | 12.25 KB |
| Installationsanzahl | 1,088 |
| Aktuelle Version | 2.0.1 |
| Letztes Update | 2014-04-12 |
| Veröffentlichungsdatum | 2014-04-12 |
| Bewertung | 3.67/5 Insgesamt 3 Bewertungen |
| Entwickler | Miroslav Gajda |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | cs |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Citace PRO VUT",
"description": "Najde DOI a ISBN ve str\u00e1nce a p\u0159id\u00e1 k nim odkazy pro vygenerov\u00e1n\u00ed citace v Citace PRO.",
"version": "2.0.1",
"permissions": [
"activeTab"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "icon.png",
"default_title": "Citace PRO VUT"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"manifest_version": 2
} | |