Source Manager
A smarter way to manage your sources!
Qu'est-ce que Source Manager ?
Source Manager est une extension Chrome développée par Nama Projects, et sa fonction principale est "A smarter way to manage your sources!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Source Manager
Téléchargez les fichiers d'extension Source Manager 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
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
Informations de Base sur l'Extension
Nom | Source Manager |
ID | fmieghmhihndaiamincdheflkkkdnidn |
URL Officiel | https://chromewebstore.google.com/detail/source-manager/fmieghmhihndaiamincdheflkkkdnidn |
Description | A smarter way to manage your sources! |
Taille du Fichier | 51.9 KB |
Nombre d'Installations | 139 |
Version Actuelle | 0.99 |
Dernière Mise à Jour | 2023-03-17 |
Date de Publication | 2020-07-11 |
Évaluation | 4.80/5 Total 5 Évaluations |
Développeur | Nama Projects |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } |