Froggymarks

Make your bookmarks useful

¿Qué es Froggymarks?

Froggymarks es una extensión de Chrome desarrollada por arbingersys, y su función principal es "Make your bookmarks useful".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Froggymarks

Descarga archivos de extensión Froggymarks 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

                        UPDATE 0.0.26: Fixed several UI bugs

We believe in minimal effort. So forget about trying to organize your bookmarks, or hunting through a jumble of titles trying to find that one page you just can't remember.

Bookmark away, just like you normally would. Froggy will extract the text from the page, and add it to a searchable database.

Click Froggy to search. Your bookmarks are much easier to find, since you're not just relying on the scant words of the title, but on the content of the web pages themselves.

There's no need to categorize when you have good search. That's our theory.

You can easily remove bookmarks when you're done with them. Just click the red 'x'. That's all the "bookmark management" you'll need.

Like we said, minimal effort. Make your computer work for you for a change.                    

Información Básica de la Extensión

Nombre Froggymarks Froggymarks
ID bkbnjhcbnbbnjbicjjmkgelnhdjhchcc
URL Oficial https://chromewebstore.google.com/detail/froggymarks/bkbnjhcbnbbnjbicjjmkgelnhdjhchcc
Descripción Make your bookmarks useful
Tamaño del Archivo 304 KB
Cantidad de Instalaciones 50
Versión Actual 0.0.26
Última Actualización 2017-04-24
Fecha de Publicación 2017-04-24
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador arbingersys
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://froggymarks.com
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Froggymarks",
    "description": "Make your bookmarks useful",
    "version": "0.0.26",
    "permissions": [
        "bookmarks",
        "storage",
        "background",
        "notifications",
        "tabs",
        ""
    ],
    "icons": {
        "16": "froggy.png",
        "48": "froggy.png",
        "128": "froggy.png"
    },
    "browser_action": {
        "default_icon": "froggy.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}