Froggymarks

Make your bookmarks useful

Qu'est-ce que Froggymarks ?

Froggymarks est une extension Chrome développée par arbingersys, et sa fonction principale est "Make your bookmarks useful".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Froggymarks

Téléchargez les fichiers d'extension Froggymarks au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Froggymarks Froggymarks
ID bkbnjhcbnbbnjbicjjmkgelnhdjhchcc
URL Officiel https://chromewebstore.google.com/detail/froggymarks/bkbnjhcbnbbnjbicjjmkgelnhdjhchcc
Description Make your bookmarks useful
Taille du Fichier 304 KB
Nombre d'Installations 50
Version Actuelle 0.0.26
Dernière Mise à Jour 2017-04-24
Date de Publication 2017-04-24
Évaluation 5.00/5 Total 3 Évaluations
Développeur arbingersys
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://froggymarks.com
Langues Prises en Charge 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"
        ]
    }
}