By: Марина
Inspect and view changes in Browser's bookmarks source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"author": "Marina Serikova",
"name": "Browser's bookmarks",
"description": "Expanding the capabilities of the bookmarks website.",
"default_locale": "en",
"version": "3.2.19",
"manifest_version": 2,
"applications": {
"gecko": {
"strict_min_version": "58.0"
}
},
"chrome_url_overrides": {
"newtab": "newFirefoxTab.html"
},
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": {
"16": "icons/icon_16.png"
},
"default_title": "__MSG_ext_default_title__"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"content_scripts": [
{
"all_frames": true,
"js": [
"inc/global.functions.js",
"inc/storage.local.js",
"onlinezakladki.js"
],
"matches": [
"https://onlinezakladki.ru/*",
"https://bk.tools/*"
],
"run_at": "document_start"
}
],
"icons": {
"16": "icons/icon_16.png",
"48": "icons/icon_48.png",
"128": "icons/icon_128.png"
},
"permissions": [
"bookmarks",
"notifications",
"contextMenus",
"tabs",
"activeTab",
"storage",
"unlimitedStorage",
"<all_urls>"
]
} Best Browser's bookmarks Alternatives
Here are some Firefox add-ons that are similar to Browser's bookmarks:
Bookmark Info
Pavel Poroskov
Easy Bookmark
Tusar Mondal
Accelerated Speed Dial
extension4browsers
Bookmarks Manager
Vit Tertiumnon
Bookmark Sync Pro 21
mistiisern
BookmarksPlus
Max Müller
Multilevel Speed Dial
Ruslan Komarichev
Simple Start
datguyducky
Better Bookmarks Page
ABG
Smart Bookmarker (Save Bookmark to Folder)
Shailendra
Bookmark Browser Extension
Robert
bookmarks-new-tab
gnsharma0810