Context Menu Bookmarks
Use bookmarks and bookmarklets from the context menu.
Wat is Context Menu Bookmarks?
Context Menu Bookmarks is een Chrome-extensie ontwikkeld door UziTech, en de belangrijkste functie is "Use bookmarks and bookmarklets from the context menu.".
Extensie Screenshots
Download het CRX-bestand van de extensie Context Menu Bookmarks
Download Context Menu Bookmarks-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | cbdjbceefoomlmgnbhpodmeldoihbaim |
| Officiële URL | https://chromewebstore.google.com/detail/context-menu-bookmarks/cbdjbceefoomlmgnbhpodmeldoihbaim |
| Beschrijving | Use bookmarks and bookmarklets from the context menu. |
| Bestandsgrootte | 8.31 KB |
| Aantal Installaties | 643 |
| Huidige Versie | 2.2.0 |
| Laatst Bijgewerkt | 2015-05-12 |
| Publicatiedatum | 2015-05-12 |
| Beoordeling | 4.00/5 Totaal 15 Beoordelingen |
| Ontwikkelaar | UziTech |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/UziTech/ContextMenuBookmarks |
| Ondersteunde Talen | 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
} | |