Find My Bookmarks: Search Your Bookmarks

Find your bookmarks for the current website, automatically.

Τι είναι το Find My Bookmarks: Search Your Bookmarks;

Το Find My Bookmarks: Search Your Bookmarks είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.findmybookmarks.com, και η κύρια λειτουργία του είναι "Find your bookmarks for the current website, automatically.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Find My Bookmarks: Search Your Bookmarks

Λήψη αρχείων επέκτασης Find My Bookmarks: Search Your Bookmarks σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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'.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Find My Bookmarks: Search Your Bookmarks Find My Bookmarks: Search Your Bookmarks
ID cahmhjehomglimoklhidcfdlfmahlold
Επίσημο URL https://chromewebstore.google.com/detail/find-my-bookmarks-search/cahmhjehomglimoklhidcfdlfmahlold
Περιγραφή Find your bookmarks for the current website, automatically.
Μέγεθος Αρχείου 53.02 KB
Αριθμός Εγκαταστάσεων 13,185
Τρέχουσα Έκδοση 1.2.2
Τελευταία Ενημέρωση 2019-04-11
Ημερομηνία Δημοσίευσης 2019-04-11
Αξιολόγηση 4.04/5 Συνολικά 51 Αξιολογήσεις
Προγραμματιστής https://www.findmybookmarks.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.findmybookmarks.com
Διεύθυνση URL της Σελίδας Βοήθειας http://www.findmybookmarks.com/contact-support/
Υποστηριζόμενες Γλώσσες 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'"
}