Source Manager
A smarter way to manage your sources!
Was ist Source Manager?
Source Manager ist eine Chrome-Erweiterung, die von Nama Projects entwickelt wurde, und ihr Hauptmerkmal ist "A smarter way to manage your sources!".
Erweiterungsscreenshots
Source Manager-Erweiterungs-CRX-Datei herunterladen
Laden Sie Source Manager-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
You are preparing a paper or a presentation and are looking for a smart tool to manage your references? -Then this chrome extension is exactly what you are looking for! It's the perfect extension for students! Features: Add visited websites that you want to save as sources to a list using the pop-up window. The "My Lists" page offers you the possibility to edit your sources: -Different templates (with/without date/time, custom text) -Different date/time formats -Fonts and other formatting options - and much more Afterwards, you can export all source information with one click to insert it into your presentation! More advantages: -time of retrieve is saved together with URL (+can be changed) -possibility to separate image and text sources
Grundlegende Informationen zur Erweiterung
Name | Source Manager |
ID | fmieghmhihndaiamincdheflkkkdnidn |
Offizielle URL | https://chromewebstore.google.com/detail/source-manager/fmieghmhihndaiamincdheflkkkdnidn |
Beschreibung | A smarter way to manage your sources! |
Dateigröße | 51.9 KB |
Installationsanzahl | 139 |
Aktuelle Version | 0.99 |
Letztes Update | 2023-03-17 |
Veröffentlichungsdatum | 2020-07-11 |
Bewertung | 4.80/5 Insgesamt 5 Bewertungen |
Entwickler | Nama Projects |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "0.99", "description": "__MSG_desc__", "manifest_version": 2, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "tabs", "storage", "clipboardWrite" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_locale": "en" } |