Froggymarks

Make your bookmarks useful

What is Froggymarks?

Froggymarks is a Chrome extension developed by arbingersys, and its main feature is "Make your bookmarks useful".

Extension Screenshots

screenshot

Download Froggymarks Extension CRX File

Download Froggymarks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Froggymarks Froggymarks
ID bkbnjhcbnbbnjbicjjmkgelnhdjhchcc
Official URL https://chromewebstore.google.com/detail/froggymarks/bkbnjhcbnbbnjbicjjmkgelnhdjhchcc
Description Make your bookmarks useful
File Size 304 KB
Installation Count 50
Current Version 0.0.26
Last Updated 2017-04-24
Publish Date 2017-04-24
Rating 5.00/5 Total 3 Ratings
Developer arbingersys
Email [email protected]
Payment Type free
Extension Website http://froggymarks.com
Supported Languages 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"
        ]
    }
}