SiteBookmarks
View your bookmarks on the current site from the context (right-click) menu.
Was ist SiteBookmarks?
SiteBookmarks ist eine Chrome-Erweiterung, die von https://site.simonandrewbrown.co.uk entwickelt wurde, und ihr Hauptmerkmal ist "View your bookmarks on the current site from the context (right-click) menu.".
Erweiterungsscreenshots
SiteBookmarks-Erweiterungs-CRX-Datei herunterladen
Laden Sie SiteBookmarks-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
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mijccbhecmjbiepdfpbnknpjeiggnomn |
| Offizielle URL | https://chromewebstore.google.com/detail/sitebookmarks/mijccbhecmjbiepdfpbnknpjeiggnomn |
| Beschreibung | View your bookmarks on the current site from the context (right-click) menu. |
| Dateigröße | 49.92 KB |
| Installationsanzahl | 91 |
| Aktuelle Version | 1.6 |
| Letztes Update | 2012-11-05 |
| Veröffentlichungsdatum | 2012-11-05 |
| Bewertung | 4.18/5 Insgesamt 11 Bewertungen |
| Entwickler | https://site.simonandrewbrown.co.uk |
| Zahlungsart | free |
| Erweiterungswebsite | http://www.isimonbrown.co.uk/contact/ |
| Hilfeseite URL | http://www.isimonbrown.co.uk/contact/ |
| Unterstützte Sprachen | 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"
} | |