B Marks!! - Google Bookmarks

Load and Display google bookmarks from your google account.

¿Qué es B Marks!! - Google Bookmarks?

B Marks!! - Google Bookmarks es una extensión de Chrome desarrollada por http://www.bmarks.co.uk, y su función principal es "Load and Display google bookmarks from your google account.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión B Marks!! - Google Bookmarks

Descarga archivos de extensión B Marks!! - Google 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

                        BMarks enables the user to simply log into their Google Account and then have all their google bookmarks available at the click of a button without having to sync browsers etc...

Google Bookmarks is a free online bookmarking service, available to Google Account holders. It is completely separate from browser-based bookmarking and should not be confused with the Bookmarks function on any popular browser, Google Chrome included. Google Bookmarks was launched on October 10, 2005. 

It is cloud based service that allows users to bookmark webpages and add labels or notes.

Users can access their bookmarks from any browser on any computer by signing into their Google account. The bookmarks are searchable, and searches are performed on the full text of the bookmarked pages, not just the labels and notes.                    

Información Básica de la Extensión

Nombre B Marks!! - Google Bookmarks B Marks!! - Google Bookmarks
ID gekfmjmagocgkhhfhidilnnkfiaejige
URL Oficial https://chrome.google.com/webstore/detail/b-marks-google-bookmarks/gekfmjmagocgkhhfhidilnnkfiaejige
Descripción Load and Display google bookmarks from your google account.
Tamaño del Archivo 47.08 KB
Cantidad de Instalaciones 42
Versión Actual 0.5
Última Actualización 2017-10-04
Fecha de Publicación 2017-10-04
Desarrollador http://www.bmarks.co.uk
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.bmarks.co.uk
URL de la Página de Ayuda http://www.bmarks.co.uk/
Idiomas Soportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "B Marks!! - Google Bookmarks",
    "version": "0.5",
    "description": "Load and Display google bookmarks from your google account.",
    "icons": {
        "32": "bookmark-flag-icons.png",
        "128": "bookmark-flag-icons.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "http:\/\/google.com\/bookmarks",
        "http:\/\/*.google.com\/",
        "https:\/\/*.google.com\/",
        "tabs",
        "activeTab"
    ],
    "browser_action": {
        "default_title": "BMarks",
        "default_icon": "bookmark-flag-icons.png",
        "default_popup": "popup.html"
    }
}