{"id":21008110,"url":"https://github.com/lflxp/chrome-extenstion-study","last_synced_at":"2026-04-16T05:34:39.329Z","repository":{"id":150080609,"uuid":"216865741","full_name":"lflxp/chrome-extenstion-study","owner":"lflxp","description":"chrome 扩展插件开发","archived":false,"fork":false,"pushed_at":"2019-12-05T16:26:38.000Z","size":287,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-31T23:57:02.159Z","etag":null,"topics":["chrome","chrome-extension","study"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lflxp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2019-10-22T16:59:31.000Z","updated_at":"2019-12-05T16:26:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"f37506c1-1fef-45e4-92dc-50e71859c832","html_url":"https://github.com/lflxp/chrome-extenstion-study","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/lflxp/chrome-extenstion-study","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lflxp%2Fchrome-extenstion-study","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lflxp%2Fchrome-extenstion-study/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lflxp%2Fchrome-extenstion-study/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lflxp%2Fchrome-extenstion-study/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lflxp","download_url":"https://codeload.github.com/lflxp/chrome-extenstion-study/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lflxp%2Fchrome-extenstion-study/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31872661,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"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":["chrome","chrome-extension","study"],"created_at":"2024-11-19T09:11:32.605Z","updated_at":"2026-04-16T05:34:39.302Z","avatar_url":"https://github.com/lflxp.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 学习网站\n\nhttps://www.cnblogs.com/h2zZhou/p/7250064.html\n\nhttp://blog.haoji.me/chrome-plugin-develop.html#popup-he-background\n\nhttps://segmentfault.com/a/1190000011997656\n\nhttps://www.cnblogs.com/deng-cc/p/9053539.html\n\nhttp://open.chrome.360.cn/extension_dev/bookmarks.html#method-get\n\n# TODO\n\n1. 书签保存方式使用json或者谷歌浏览器书签格式\n2. 书签保存方式使用一个文件存储\n3. 基于git版本控制提供多区域 多tag类型选择\n4. 通过ip获取位置信息进行无缝切换\n5. 利用github功能提供免费存储\n6. 同步算法\n7. 对接chrome书签 进行全量或增量同步\n8. bookmarks接口获取书签\n9. 书签自动分类和推荐\n10. js代码结构改造\n11. 新增cookies、session、用户名密码存储\n\n# 数据结构\n\n{\"default\":[{'name':'title','url':'http://baidu.com','icon':'123','time':'2019-01-01'}]}\n{\"tags\":{\"default\":[{'name':'title','url':'http://baidu.com','icon':'123','time':'2019-01-01'}]}}\ne2RlZmF1bHQ6W3snbmFtZSc6J3RpdGxlJywndXJsJzonaHR0cDovL2JhaWR1LmNvbScsJ2ljb24nOicxMjMnLCd0aW1lJzonMjAxOS0wMS0wMSd9XX0K\n\n# 自动升级\n\nhttp://open.chrome.360.cn/extension_dev/autoupdate.html\n\n# 数据结构1\n\n{\n    \"doctype\": \"netscape-bookmark-file-1\",\n    \"meta\":{\n        \"http-equiv\":\"Content-Type\",\n        \"content\":\"text/html; charset=UTF-8\"\n    },\n    \"title\":\"bookmarks\",\n    \"h1\":\"Bookmarks\",\n    \"dlp\": [\n        {\n            \"dt\": {\n                \"h3\":{\n                    \"add_date\":\"144412313888\",\n                    \"last_modified\":\"15717231238\",\n                    \"personal_toolbar_folder\":\"true\",\n                    \"value\":\"书签栏\"\n                }\n            }\n        },\n        {\n            \"dlp\": [\n                {\n                    \"dt\":{\n                        \"a\":{\n                            \"href\":\"http://www.baidu.com/nbbs\",\n                            \"add_date\":\"15123987182388\",\n                            \"icon\":\"data:image/png;base64,VBORw0KGgoAAAANSUhEUgAAABAAAAAQCA\",\n                            \"value\":\"联想\"\n                        }\n                    }\n                },\n                {\n                    \"dt\":{\n                        \"a\":{\n                            \"href\":\"http://www.baidu.com/nbbs\",\n                            \"add_date\":\"15123987182388\",\n                            \"icon\":\"data:image/png;base64,VBORw0KGgoAAAANSUhEUgAAABAAAAAQCA\",\n                            \"value\":\"联想\"\n                        }\n                    }\n                },\n                {\n                    \"dt\":{\n                        \"a\":{\n                            \"href\":\"http://www.baidu.com/nbbs\",\n                            \"add_date\":\"15123987182388\",\n                            \"icon\":\"data:image/png;base64,VBORw0KGgoAAAANSUhEUgAAABAAAAAQCA\",\n                            \"value\":\"联想\"\n                        }\n                    }\n                },\n                {\n                    \"dlp\":[\n                        {\n                            \"dt\":{\n                                \"a\":{\n                                    \"href\":\"http://www.baidu.com/nbbs\",\n                                    \"add_date\":\"15123987182388\",\n                                    \"icon\":\"data:image/png;base64,VBORw0KGgoAAAANSUhEUgAAABAAAAAQCA\",\n                                    \"value\":\"联想\"\n                                }\n                            }\n                        }\n                    ]\n                }\n            ]\n        }\n    ]\n}","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flflxp%2Fchrome-extenstion-study","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flflxp%2Fchrome-extenstion-study","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flflxp%2Fchrome-extenstion-study/lists"}