{"id":16481982,"url":"https://github.com/bod/bbt","last_synced_at":"2025-09-12T07:34:51.377Z","repository":{"id":138161036,"uuid":"245714967","full_name":"BoD/bbt","owner":"BoD","description":"BoD's Bookmark Tool, a browser extension","archived":false,"fork":false,"pushed_at":"2025-04-14T10:33:47.000Z","size":1465,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-14T11:24:29.359Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BoD.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-07T22:27:57.000Z","updated_at":"2025-04-14T10:33:22.000Z","dependencies_parsed_at":"2024-10-28T16:10:44.975Z","dependency_job_id":"83bc6289-3175-4b41-afd9-a868f69afb2d","html_url":"https://github.com/BoD/bbt","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/BoD/bbt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoD%2Fbbt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoD%2Fbbt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoD%2Fbbt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoD%2Fbbt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BoD","download_url":"https://codeload.github.com/BoD/bbt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoD%2Fbbt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274776949,"owners_count":25347641,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-12T02:00:09.324Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T13:09:17.062Z","updated_at":"2025-09-12T07:34:51.368Z","avatar_url":"https://github.com/BoD.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BoD's Bookmark Tool\n\nThis small browser extension allows you to synchronize bookmark folders with a remote document.\n\nIdeal to share a bunch of bookmarks with your team at work, or your loved ones!\n\n\u003cimg src=\"https://raw.githubusercontent.com/BoD/bbt/master/assets/Screenshot-firefox.png\" alt=\"BoD's Bookmark Tool\" width=\"504\"\u003e\n\n## Setup\n\n- Chrome: [Chrome Web Store](https://chrome.google.com/webstore/detail/plhhpanklegnkjipjebhdbcfdjdhkpfb)\n- Firefox: [Firefox Add-ons](https://addons.mozilla.org/en-US/firefox/addon/bod-s-bookmark-tool/)\n\n## Supported remote document formats\n\nThe remote document can either be RSS, Atom, OPML, HTML, or a 'bookmarks' JSON format.\n\n### RSS / Atom\n\nThe `item` elements will be extracted from the feed, and the `title` and `link` elements / `href` attributes will be used to create the\nbookmarks.\n\n### OPML\n\nThe `outline` elements will be extracted from the OPML document, and the `text` or `title` attributes will be used for the bookmark's name.\nThe `url`, `htmlUrl`, or `xmlUrl` attributes will be used for the bookmark's URL.\n\nSubfolders are supported by nesting `outline` elements.\n\n### HTML\n\nAll `A` elements of the document will be extracted, unless an XPath expression is provided in the URL.\nTo do so, append `#__xpath=\u003cexpression\u003e` to the URL, for instance `https://example.com/bookmarks.html#__xpath=//div[@id='bookmarks']`.\nThe XPath can either refer to a list of `A` elements, or a single container under which all `A` elements will be extracted.\n\n### \"bookmarks\" JSON\n\nThe \"bookmarks\" JSON format looks like this:\n\n```json\n{\n  \"version\": 1,\n  \"bookmarks\": [\n    {\n      \"title\": \"Bookmark 1\",\n      \"url\": \"https://JRAF.org\"\n    },\n    {\n      \"title\": \"Folder 1\",\n      \"bookmarks\": [\n        {\n          \"title\": \"Bookmark 1 in folder 1\",\n          \"url\": \"https://google.com\"\n        },\n        {\n          \"title\": \"Bookmark 2 in folder 1\",\n          \"url\": \"https://microsoft.com\"\n        }\n      ]\n    }\n  ]\n}\n```\n\n## How to build from source\n\n- This is [Kotlin/JS project](https://kotlinlang.org/docs/reference/js-overview.html)\n- You will need a version of the [JDK](https://en.wikipedia.org/wiki/Java_Development_Kit) on your system\n- After cloning this repository, issue this command: `./gradlew prodDistZip`\n- This will compile and package the plugin, and the resulting `bbt-\u003cversion\u003e.zip` file will be in the `build/prodDist` folder\n\n\n## License\n\nCopyright 2020-present Benoit \"BoD\" Lubek \u003cBoD@JRAF.org\u003e\n\nThis program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software\nFoundation, either version 3 of the License, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A\nPARTICULAR PURPOSE. See the GNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbod%2Fbbt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbod%2Fbbt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbod%2Fbbt/lists"}