Bookmarks

Access to your bookmarks, history, and applications

Was ist Bookmarks?

Bookmarks ist eine Chrome-Erweiterung, die von Andrey Makushkin entwickelt wurde, und ihr Hauptmerkmal ist "Access to your bookmarks, history, and applications".

Erweiterungsscreenshots

screenshot
screenshot

Bookmarks-Erweiterungs-CRX-Datei herunterladen

Laden Sie 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

                                            

Grundlegende Informationen zur Erweiterung

Name Bookmarks Bookmarks
ID mhophkifmlkobgkeahlhcdnjadcpmlbp
Offizielle URL https://chromewebstore.google.com/detail/bookmarks/mhophkifmlkobgkeahlhcdnjadcpmlbp
Beschreibung Access to your bookmarks, history, and applications
Dateigröße 114 KB
Installationsanzahl 10,000
Aktuelle Version 0.9.33
Letztes Update 2016-12-07
Veröffentlichungsdatum 2016-12-06
Bewertung 4.35/5 Insgesamt 242 Bewertungen
Entwickler Andrey Makushkin
Zahlungsart free
Unterstützte Sprachen en,fr,ru,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "images\/bookmark_19.png",
        "default_title": "__MSG_name__"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "js\/create.js",
            "js\/genTree.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/tabConnect.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "description": "__MSG_description__",
    "options_page": "options.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "browsingData",
        "downloads",
        "downloads.open",
        "topSites",
        "bookmarks",
        "chrome:\/\/favicon\/",
        "tabs",
        "history",
        "management",
        "unlimitedStorage",
        "storage"
    ],
    "version": "0.9.33",
    "name": "__MSG_name__",
    "short_name": "__MSG_name__",
    "default_locale": "en",
    "manifest_version": 2,
    "icons": {
        "128": "images\/bookmark_128.png",
        "48": "images\/bookmark_48.png",
        "32": "images\/bookmark_32.png",
        "24": "images\/bookmark_24.png",
        "16": "images\/bookmark_16.png"
    }
}