Contextmenu Bookmark Link
Adds links to bookmarks via the contextmenu.
Wat is Contextmenu Bookmark Link?
Contextmenu Bookmark Link is een Chrome-extensie ontwikkeld door auzwang, en de belangrijkste functie is "Adds links to bookmarks via the contextmenu.".
Extensie Screenshots
Download het CRX-bestand van de extensie Contextmenu Bookmark Link
Download Contextmenu Bookmark Link-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
Adds a simple "Bookmark link" entry to Chrome's context-menu (right-click menu), reminiscent of the Firefox functionality. Bookmarked links will be saved to Chrome's Other Bookmarks folder. Basisinformatie over de Extensie
| Naam | |
| ID | oojdfdpcddiefnhfhiblmhgjgmafkhkm |
| Officiële URL | https://chromewebstore.google.com/detail/contextmenu-bookmark-link/oojdfdpcddiefnhfhiblmhgjgmafkhkm |
| Beschrijving | Adds links to bookmarks via the contextmenu. |
| Bestandsgrootte | 6.44 KB |
| Aantal Installaties | 158 |
| Huidige Versie | 0.2 |
| Laatst Bijgewerkt | 2013-12-23 |
| Publicatiedatum | 2013-12-22 |
| Beoordeling | 2.43/5 Totaal 7 Beoordelingen |
| Ontwikkelaar | auzwang |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Contextmenu Bookmark Link",
"version": "0.2",
"description": "Adds links to bookmarks via the contextmenu.",
"author": "Zhe Wang",
"background": {
"scripts": [
"bookmarklink.js"
]
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"contextMenus",
"bookmarks"
]
} | |