Dog Ear

A chrome extension to temporarily bookmark tabs to declutter your browser

Dog Ear란 무엇입니까?

Dog Ear은(는) https://hjylewis.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A chrome extension to temporarily bookmark tabs to declutter your browser"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Always find yourself with too many tabs open? Keep them open so you don't lose the page?

Dog Ear is for those of us that want to keep track of web pages while also clean up our browser. Dog Ear temporarily saves your tabs until you are ready to open them again.

🐶 Simple 🐶
No need to over complicate things. With Dog Ear’s simple and straightforward design, tabs can be saved and restored with a click of a button.

🐶 Declutter 🐶
Are you the type of person that usually has 20 tabs open? Dog Ear allows you to store and close your tabs so that you can easily reopen them when you are ready.

🐶 Stay Organized 🐶
Organize your stored tabs into custom categorizes which is as easy as a click and drag. 

🐶 Be Reminded 🐶
Afraid you’ll forget about your tabs if you close them? Dog Ear displays your save tabs every time you open a new tab so there’s no worry that you’ll forget!

🐶 Forget Bookmarks 🐶
Tired of organizing and managing your bookmarks? Saved tabs are removed when they are restored so your Dog Ear session stays nice and tidy.

🐶 Synced 🐶
The tabs you save on Dog Ear are automatically synced with your Google account so that they appear on your Chome sessions on every computer.

🐶 No Setup 🐶
No extra account or sign up needed. Dog Ear is ready to go after it is installed!

== PLEASE RATE + REVIEW ==
We love to hear from you.

== CONTACT ==
Twitter: @hjylewis                    

확장 프로그램 기본 정보

이름 Dog Ear Dog Ear
ID kgnhaokbiachhgfklailddobhgfkeemj
공식 URL https://chromewebstore.google.com/detail/dog-ear/kgnhaokbiachhgfklailddobhgfkeemj
설명 A chrome extension to temporarily bookmark tabs to declutter your browser
파일 크기 93.95 KB
설치 횟수 464
현재 버전 1.2.2
최근 업데이트 2019-03-28
출시 날짜 2019-03-27
평점 4.82/5 총 17 개의 평점
개발자 https://hjylewis.com
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dog Ear",
    "author": "hjylewis",
    "version": "1.2.2",
    "description": "A chrome extension to temporarily bookmark tabs to declutter your browser",
    "icons": {
        "16": "icons\/icon-16.png",
        "24": "icons\/icon-24.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "browser_action": {
        "default_icon": [],
        "default_title": "Dog Ear this tab"
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "notifications"
    ],
    "chrome_url_overrides": {
        "newtab": "dist\/newtab\/index.html"
    },
    "background": {
        "scripts": [
            "dist\/popup\/bundle.js"
        ],
        "persistent": false
    },
    "commands": {
        "dog-ear-tab": {
            "suggested_key": {
                "default": "Ctrl+Shift+S"
            },
            "description": "Dog Ear tab"
        }
    }
}