Find My Bookmarks: Search Your Bookmarks

Find your bookmarks for the current website, automatically.

Was ist Find My Bookmarks: Search Your Bookmarks?

Find My Bookmarks: Search Your Bookmarks ist eine Chrome-Erweiterung, die von https://www.findmybookmarks.com entwickelt wurde, und ihr Hauptmerkmal ist "Find your bookmarks for the current website, automatically.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Find My Bookmarks: Search Your Bookmarks-Erweiterungs-CRX-Datei herunterladen

Laden Sie Find My Bookmarks: Search Your Bookmarks-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

                        Ever visit a website and wish you could find you bookmarked there and manage your Chrome bookmarks easily? Find My Bookmarks Chrome Extension locates your bookmarks for the current site you are on automatically. An icon appears giving you single click access to bookmarks that match so you can search and browse your Chrome bookmarks.

Features:
- View your Chrome bookmarks for the current site
- Search your Chrome bookmarks to narrow the list
- Open found Chrome bookmarks in a new tab
- Share bookmarks through email and social media
- Delete bookmarks at a single click

Found a bug? Want a feature? Go to the 'Details' tab and click on 'Support'.                    

Grundlegende Informationen zur Erweiterung

Name Find My Bookmarks: Search Your Bookmarks Find My Bookmarks: Search Your Bookmarks
ID cahmhjehomglimoklhidcfdlfmahlold
Offizielle URL https://chromewebstore.google.com/detail/find-my-bookmarks-search/cahmhjehomglimoklhidcfdlfmahlold
Beschreibung Find your bookmarks for the current website, automatically.
Dateigröße 53.02 KB
Installationsanzahl 13,185
Aktuelle Version 1.2.2
Letztes Update 2019-04-11
Veröffentlichungsdatum 2019-04-11
Bewertung 4.04/5 Insgesamt 51 Bewertungen
Entwickler https://www.findmybookmarks.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.findmybookmarks.com
Hilfeseite URL http://www.findmybookmarks.com/contact-support/
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Find My Bookmarks: Search Your Bookmarks",
    "short_name": "Find My Bookmarks",
    "version": "1.2.2",
    "manifest_version": 2,
    "description": "Find your bookmarks for the current website, automatically.",
    "permissions": [
        "bookmarks",
        "tabs"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "options_page": "options.html",
    "page_action": {
        "default_title": "Find My Bookmarks",
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon48.png",
        "64": "img\/icon64.png",
        "128": "img\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}