Capitalize!t

This Chrome Extension lets you bookmark any web page in a Google Spreadsheet, along with any structured metadata you want to add.…

¿Qué es Capitalize!t?

Capitalize!t es una extensión de Chrome desarrollada por jfmonteil, y su función principal es "This Chrome Extension lets you bookmark any web page in a Google Spreadsheet, along with any structured metadata you want to add.…".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Capitalize!t

Descarga archivos de extensión Capitalize!t 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

                        This Chrome Extension lets you bookmark any web page in a Google Spreadsheet, along with any structured metadata you want to add.

Initially intended for my students, in their Business Intelligence and Media Analysis program, this “software” (if I can call it so) can be used for anyone who wants to create / edit / annotate easily and share a bookmark database.

Why Capitalize!t when plenty of bookmarks management tool exist ?

> Capability to create your custom metadata
> All bookmarks and metadata saved in Google Spreadsheet enabling  Analysis with free tools on the web and Sharing with other students

New version 4 : lets you pick images from the page and highlighted text                    

Información Básica de la Extensión

Nombre Capitalize!t Capitalize!t
ID elkppeldmfcophocjliimofkdlnmeghk
URL Oficial https://chrome.google.com/webstore/detail/capitalizet/elkppeldmfcophocjliimofkdlnmeghk
Descripción This Chrome Extension lets you bookmark any web page in a Google Spreadsheet, along with any structured metadata you want to add.…
Tamaño del Archivo 403 KB
Cantidad de Instalaciones 68
Versión Actual 4.0
Última Actualización 2015-02-01
Fecha de Publicación 2015-02-01
Calificación 4.25/5 Total de 4 Calificaciones
Desarrollador jfmonteil
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://docs.google.com/document/d/1wQRXbFqNmNw-f4yDcX_Gfm_CYGbPIksEmj6VoX4gA1M/pub
URL de la Página de Ayuda https://docs.google.com/document/d/1wQRXbFqNmNw-f4yDcX_Gfm_CYGbPIksEmj6VoX4gA1M/pub
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Capitalize!t",
    "version": "4.0",
    "manifest_version": 2,
    "minimum_chrome_version": "29",
    "browser_action": {
        "default_icon": "icon-small.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "selectionjfm.js",
                "jquery-1.11.1.min.js",
                "jquery-ui.min.js"
            ],
            "css": [
                "jquery-ui.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "16": "icon-small.png",
        "48": "icon.png",
        "128": "icon-small.png"
    },
    "permissions": [
        "https:\/\/secure.flickr.com\/",
        "identity",
        "https:\/\/accounts.google.com\/*",
        "https:\/\/www.googleapis.com\/*",
        "https:\/\/spreadsheets.google.com\/*",
        "tabs",
        "storage",
        ""
    ],
    "oauth2": {
        "client_id": "1072441605060-ru8qolp0e2apvebmd63h0u9821rgfbss.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/plus.login",
            "https:\/\/spreadsheets.google.com\/feeds"
        ]
    }
}