Context Menu Bookmarks
Use bookmarks and bookmarklets from the context menu.
Was ist Context Menu Bookmarks?
Context Menu Bookmarks ist eine Chrome-Erweiterung, die von UziTech entwickelt wurde, und ihr Hauptmerkmal ist "Use bookmarks and bookmarklets from the context menu.".
Erweiterungsscreenshots
Context Menu Bookmarks-Erweiterungs-CRX-Datei herunterladen
Laden Sie Context Menu 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
Your bookmarks and bookmarklets are just a (right) click away. Have you ever wanted to use a bookmarklet on a pinned site. Well now you can. This extension allows you to view your bookmarks and bookmarklets in the right-click context menu.
Grundlegende Informationen zur Erweiterung
Name | Context Menu Bookmarks |
ID | cbdjbceefoomlmgnbhpodmeldoihbaim |
Offizielle URL | https://chromewebstore.google.com/detail/context-menu-bookmarks/cbdjbceefoomlmgnbhpodmeldoihbaim |
Beschreibung | Use bookmarks and bookmarklets from the context menu. |
Dateigröße | 8.31 KB |
Installationsanzahl | 643 |
Aktuelle Version | 2.2.0 |
Letztes Update | 2015-05-12 |
Veröffentlichungsdatum | 2015-05-12 |
Bewertung | 4.00/5 Insgesamt 15 Bewertungen |
Entwickler | UziTech |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/UziTech/ContextMenuBookmarks |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Context Menu Bookmarks", "short_name": "Ctx Bookmarks", "version": "2.2.0", "description": "Use bookmarks and bookmarklets from the context menu.", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "bookmarks", "contextMenus", "activeTab" ], "manifest_version": 2 } |