{"id":19407844,"url":"https://github.com/codedrinker/pandora-box","last_synced_at":"2025-10-25T09:45:33.754Z","repository":{"id":79744294,"uuid":"289991545","full_name":"codedrinker/pandora-box","owner":"codedrinker","description":"潘多拉工具箱-程序员的宝库","archived":false,"fork":false,"pushed_at":"2020-10-04T17:43:44.000Z","size":122,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-03T03:06:54.250Z","etag":null,"topics":[],"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/codedrinker.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":"2020-08-24T17:15:47.000Z","updated_at":"2024-06-23T15:01:47.000Z","dependencies_parsed_at":"2023-03-15T15:30:35.205Z","dependency_job_id":null,"html_url":"https://github.com/codedrinker/pandora-box","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codedrinker%2Fpandora-box","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codedrinker%2Fpandora-box/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codedrinker%2Fpandora-box/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codedrinker%2Fpandora-box/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codedrinker","download_url":"https://codeload.github.com/codedrinker/pandora-box/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250600715,"owners_count":21457017,"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","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-11-10T12:03:57.702Z","updated_at":"2025-10-25T09:45:33.693Z","avatar_url":"https://github.com/codedrinker.png","language":"JavaScript","readme":"# 潘多拉盒子\nChrome 插件，一个集成神奇工具的地方\n\n## 加载插件\n1. 下载代码    \n`git clone https://github.com/codedrinker/pandora-box.git`    \n2. 管理插件  \n`chrome://extensions/`  \n3. 导入插件  \n打开`开发者模式`，点击`加载已解压的扩展程序`加载`pandora-box`目录。 \n\n## 贡献功能\n1. 编写代码  \n在 `/modules` 目录下面创建一个文件夹，比如命名为 `unix-timestamp`，在内部创建 `icon.png` 和 `index.html`。  \n其中 `icon.png` 为小工具的图标，`index.html` 为小工具的页面。 如下图  \n```\n├── modules\n│   └── unix-timestamp\n│       ├── icon.png\n│       └── index.html\n├── modules.json\n```\n\n2. 配置模块  \n按照 1 编写完内容以后，在 `modules.json` 里面增加一组配置，用户自动加载到插件的列表页面。  \n```xml\n[\n  {\n    \"title\": \"时间戳转换\",\n    \"desc\": \"在线时间戳值转换工具\",\n    \"page\": \"/modules/unix-timestamp/index.html\",\n    \"icon\": \"/modules/unix-timestamp/icon.png\"\n  }\n]\n```\n3. 预览如下  \n![](https://static01.imgkr.com/temp/9191e88504a04d2a9d2f5d7f7ac8f59a.png)\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodedrinker%2Fpandora-box","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodedrinker%2Fpandora-box","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodedrinker%2Fpandora-box/lists"}