Add to Google Bookmarks (context menu)

Adds page to Google bookmarks

Was ist Add to Google Bookmarks (context menu)?

Add to Google Bookmarks (context menu) ist eine Chrome-Erweiterung, die von rmanasyan entwickelt wurde, und ihr Hauptmerkmal ist "Adds page to Google bookmarks".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Add to Google Bookmarks (context menu)-Erweiterungs-CRX-Datei herunterladen

Laden Sie Add to Google Bookmarks (context menu)-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

                        Add any page to Google Bookmarks from the context menu (right-click). Selected text will be used as a bookmark note.
No extra buttons at the tool bar. Simple ;)                    

Grundlegende Informationen zur Erweiterung

Name Add to Google Bookmarks (context menu) Add to Google Bookmarks (context menu)
ID keobkeaihgkidbpfjojklhjjlfjgaejp
Offizielle URL https://chromewebstore.google.com/detail/add-to-google-bookmarks-c/keobkeaihgkidbpfjojklhjjlfjgaejp
Beschreibung Adds page to Google bookmarks
Dateigröße 8.29 KB
Installationsanzahl 1,009
Aktuelle Version 1.0
Letztes Update 2013-03-27
Veröffentlichungsdatum 2013-03-27
Bewertung 4.57/5 Insgesamt 21 Bewertungen
Entwickler rmanasyan
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Add to Google Bookmarks (context menu)",
    "description": "Adds page to Google bookmarks",
    "version": "1.0",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}