Froggymarks

Make your bookmarks useful

Froggymarks란 무엇입니까?

Froggymarks은(는) arbingersys에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make your bookmarks useful"입니다.

확장 프로그램 스크린샷

screenshot

Froggymarks 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        ]
    }
}