Context Menu Bookmarks
Use bookmarks and bookmarklets from the context menu.
Hvad er Context Menu Bookmarks?
Context Menu Bookmarks er en Chrome-udvidelse udviklet af UziTech, og dens hovedfunktion er "Use bookmarks and bookmarklets from the context menu.".
Udvidelsesskærmbilleder
Download Context Menu Bookmarks-udvidelses-CRX-fil
Download Context Menu Bookmarks-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | cbdjbceefoomlmgnbhpodmeldoihbaim |
| Officiel URL | https://chromewebstore.google.com/detail/context-menu-bookmarks/cbdjbceefoomlmgnbhpodmeldoihbaim |
| Beskrivelse | Use bookmarks and bookmarklets from the context menu. |
| Filstørrelse | 8.31 KB |
| Antal Installationer | 643 |
| Nuværende Version | 2.2.0 |
| Senest Opdateret | 2015-05-12 |
| Udgivelsesdato | 2015-05-12 |
| Bedømmelse | 4.00/5 Samlet 15 Bedømmelser |
| Udvikler | UziTech |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/UziTech/ContextMenuBookmarks |
| Understøttede Sprog | 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
} | |