SiteBookmarks
View your bookmarks on the current site from the context (right-click) menu.
Hvad er SiteBookmarks?
SiteBookmarks er en Chrome-udvidelse udviklet af https://site.simonandrewbrown.co.uk, og dens hovedfunktion er "View your bookmarks on the current site from the context (right-click) menu.".
Udvidelsesskærmbilleder
Download SiteBookmarks-udvidelses-CRX-fil
Download SiteBookmarks-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
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | mijccbhecmjbiepdfpbnknpjeiggnomn |
| Officiel URL | https://chromewebstore.google.com/detail/sitebookmarks/mijccbhecmjbiepdfpbnknpjeiggnomn |
| Beskrivelse | View your bookmarks on the current site from the context (right-click) menu. |
| Filstørrelse | 49.92 KB |
| Antal Installationer | 91 |
| Nuværende Version | 1.6 |
| Senest Opdateret | 2012-11-05 |
| Udgivelsesdato | 2012-11-05 |
| Bedømmelse | 4.18/5 Samlet 11 Bedømmelser |
| Udvikler | https://site.simonandrewbrown.co.uk |
| Betalingsmetode | free |
| Udvidelseswebsted | http://www.isimonbrown.co.uk/contact/ |
| Hjælpeside-URL | http://www.isimonbrown.co.uk/contact/ |
| Understøttede Sprog | 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"
} | |