SiteBookmarks
View your bookmarks on the current site from the context (right-click) menu.
Wat is SiteBookmarks?
SiteBookmarks is een Chrome-extensie ontwikkeld door https://site.simonandrewbrown.co.uk, en de belangrijkste functie is "View your bookmarks on the current site from the context (right-click) menu.".
Extensie Screenshots
Download het CRX-bestand van de extensie SiteBookmarks
Download SiteBookmarks-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 context-menu item listing all your bookmarks on the current site. If you have a lot of bookmarks, this makes it easier to go to your favourite pages on the specific site without hunting through your bookmarks.
Source code:
https://github.com/simonbrown/Site-Bookmarks Basisinformatie over de Extensie
| Naam | |
| ID | mijccbhecmjbiepdfpbnknpjeiggnomn |
| Officiële URL | https://chromewebstore.google.com/detail/sitebookmarks/mijccbhecmjbiepdfpbnknpjeiggnomn |
| Beschrijving | View your bookmarks on the current site from the context (right-click) menu. |
| Bestandsgrootte | 49.92 KB |
| Aantal Installaties | 91 |
| Huidige Versie | 1.6 |
| Laatst Bijgewerkt | 2012-11-05 |
| Publicatiedatum | 2012-11-05 |
| Beoordeling | 4.18/5 Totaal 11 Beoordelingen |
| Ontwikkelaar | https://site.simonandrewbrown.co.uk |
| Betalingswijze | free |
| Extensiewebsite | http://www.isimonbrown.co.uk/contact/ |
| Help Pagina-URL | http://www.isimonbrown.co.uk/contact/ |
| Ondersteunde Talen | en-GB |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SiteBookmarks",
"description": "View your bookmarks on the current site from the context (right-click) menu.",
"version": "1.6",
"manifest_version": 2,
"background": {
"scripts": [
"main.js"
]
},
"permissions": [
"bookmarks",
"contextMenus"
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"options_page": "options.html",
"minimum_chrome_version": "20.0"
} | |