Dog Ear

A chrome extension to temporarily bookmark tabs to declutter your browser

Was ist Dog Ear?

Dog Ear ist eine Chrome-Erweiterung, die von https://hjylewis.com entwickelt wurde, und ihr Hauptmerkmal ist "A chrome extension to temporarily bookmark tabs to declutter your browser".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Dog Ear-Erweiterungs-CRX-Datei herunterladen

Laden Sie Dog Ear-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Dog Ear Dog Ear
ID kgnhaokbiachhgfklailddobhgfkeemj
Offizielle URL https://chromewebstore.google.com/detail/dog-ear/kgnhaokbiachhgfklailddobhgfkeemj
Beschreibung A chrome extension to temporarily bookmark tabs to declutter your browser
Dateigröße 93.95 KB
Installationsanzahl 464
Aktuelle Version 1.2.2
Letztes Update 2019-03-28
Veröffentlichungsdatum 2019-03-27
Bewertung 4.82/5 Insgesamt 17 Bewertungen
Entwickler https://hjylewis.com
Zahlungsart free
Unterstützte Sprachen 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"
        }
    }
}