SiteBookmarks
View your bookmarks on the current site from the context (right-click) menu.
Vad är SiteBookmarks?
SiteBookmarks är en Chrome-tillägg utvecklad av https://site.simonandrewbrown.co.uk, och dess huvudfunktion är "View your bookmarks on the current site from the context (right-click) menu.".
Tilläggsskärmbilder
Ladda ner SiteBookmarks-förlängningens CRX-fil
Ladda ner SiteBookmarks-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | mijccbhecmjbiepdfpbnknpjeiggnomn |
| Officiell webbadress | https://chromewebstore.google.com/detail/sitebookmarks/mijccbhecmjbiepdfpbnknpjeiggnomn |
| Beskrivning | View your bookmarks on the current site from the context (right-click) menu. |
| Filstorlek | 49.92 KB |
| Antal Installationer | 91 |
| Aktuell Version | 1.6 |
| Senast Uppdaterad | 2012-11-05 |
| Publiceringsdatum | 2012-11-05 |
| Betyg | 4.18/5 Totalt 11 Betyg |
| Utvecklare | https://site.simonandrewbrown.co.uk |
| Betalningssätt | free |
| Tilläggswebbplats | http://www.isimonbrown.co.uk/contact/ |
| Hjälpsida URL | http://www.isimonbrown.co.uk/contact/ |
| Stödda Språk | 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"
} | |