Source Manager

A smarter way to manage your sources!

¿Qué es Source Manager?

Source Manager es una extensión de Chrome desarrollada por Nama Projects, y su función principal es "A smarter way to manage your sources!".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Source Manager

Descarga archivos de extensión Source Manager en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Source Manager Source Manager
ID fmieghmhihndaiamincdheflkkkdnidn
URL Oficial https://chromewebstore.google.com/detail/source-manager/fmieghmhihndaiamincdheflkkkdnidn
Descripción A smarter way to manage your sources!
Tamaño del Archivo 51.9 KB
Cantidad de Instalaciones 139
Versión Actual 0.99
Última Actualización 2023-03-17
Fecha de Publicación 2020-07-11
Calificación 4.80/5 Total de 5 Calificaciones
Desarrollador Nama Projects
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
}