SiteBookmarks
View your bookmarks on the current site from the context (right-click) menu.
Co to jest SiteBookmarks?
SiteBookmarks to rozszerzenie Chrome opracowane przez https://site.simonandrewbrown.co.uk, a jego główną funkcją jest „View your bookmarks on the current site from the context (right-click) menu.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SiteBookmarks
Pobierz pliki rozszerzeń SiteBookmarks w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | mijccbhecmjbiepdfpbnknpjeiggnomn |
| Oficjalny URL | https://chromewebstore.google.com/detail/sitebookmarks/mijccbhecmjbiepdfpbnknpjeiggnomn |
| Opis | View your bookmarks on the current site from the context (right-click) menu. |
| Rozmiar pliku | 49.92 KB |
| Liczba instalacji | 91 |
| Aktualna Wersja | 1.6 |
| Ostatnia Aktualizacja | 2012-11-05 |
| Data Publikacji | 2012-11-05 |
| Ocena | 4.18/5 Łącznie 11 Oceny |
| Deweloper | https://site.simonandrewbrown.co.uk |
| Typ Płatności | free |
| Strona Rozszerzenia | http://www.isimonbrown.co.uk/contact/ |
| Adres URL Strony Pomocy | http://www.isimonbrown.co.uk/contact/ |
| Obsługiwane Języki | 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"
} | |