Froggymarks

Make your bookmarks useful

什么是Froggymarks?

Froggymarks是由arbingersys开发的Chrome扩展程序,该扩展的主要功能是“Make your bookmarks useful”。

扩展截图

screenshot

下载Froggymarks扩展crx文件

下载Froggymarks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Froggymarks Froggymarks
ID bkbnjhcbnbbnjbicjjmkgelnhdjhchcc
官方URL https://chromewebstore.google.com/detail/froggymarks/bkbnjhcbnbbnjbicjjmkgelnhdjhchcc
简介 Make your bookmarks useful
文件大小 304 KB
安装次数 50
当前版本 0.0.26
更新时间 2017-04-24
上架时间 2017-04-24
评分 5.00/5 共3次评分
开发者 arbingersys
电子邮箱 [email protected]
付费类型 free
扩展官网 http://froggymarks.com
支持的语言 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"
        ]
    }
}