Big G Bookmarks

(Not Chrome Bookmarks) A bookmarklet to save the current tab to your Google Bookmarks. Visit https://bookmarks.google.com.

¿Qué es Big G Bookmarks?

Big G Bookmarks es una extensión de Chrome desarrollada por http://invertedweb.com, y su función principal es "(Not Chrome Bookmarks) A bookmarklet to save the current tab to your Google Bookmarks. Visit https://bookmarks.google.com.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Big G Bookmarks

Descarga archivos de extensión Big G Bookmarks 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 extension will add a Google Bookmarks bookmarklet to your Chrome so you can easily save sites to your Google Bookmarks (not Chrome Bookmarks). Visit https://bookmarks.google.com to view and manage your Google Bookmarks.                    

Información Básica de la Extensión

Nombre Big G Bookmarks Big G Bookmarks
ID gjcchfkkfhgibgiealbeedbkchipfcjd
URL Oficial https://chrome.google.com/webstore/detail/big-g-bookmarks/gjcchfkkfhgibgiealbeedbkchipfcjd
Descripción (Not Chrome Bookmarks) A bookmarklet to save the current tab to your Google Bookmarks. Visit https://bookmarks.google.com.
Tamaño del Archivo 19.69 KB
Cantidad de Instalaciones 50
Versión Actual 1.0
Última Actualización 2015-06-17
Fecha de Publicación 2015-06-17
Calificación 4.33/5 Total de 3 Calificaciones
Desarrollador http://invertedweb.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.google.com/bookmarks/
URL de la Página de Ayuda https://support.google.com/toolbar/answer/43305?topic=15364&hl=en
URL de la Página de Política de Privacidad https://inverted.com/privacy.html
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "google-bookmarks.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "Big G Bookmarks"
    },
    "name": "Big G Bookmarks",
    "description": "(Not Chrome Bookmarks) A bookmarklet to save the current tab to your Google Bookmarks. Visit https:\/\/bookmarks.google.com.",
    "homepage_url": "http:\/\/www.invertedweb.com",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.0",
    "manifest_version": 2
}