Extensionizer is a Python package designed to streamline the process of creating Chrome extensions. With Manifest, you can quickly generate the necessary files, including the `manifest.json` file and the files required for the extension's popup interface, such as HTML, CSS, and JavaScript.
Features:
- Easily create and customize the `manifest.json` file for your Chrome extension.
- Generate popup interface files (HTML, CSS, and JavaScript) with minimal effort.
- Simple and intuitive API for defining permissions, background scripts, content scripts, and more.
- Compatible with Python 3.6 and above.
Getting Started:
1. Install extensionizer using `pip install extensionizer`.
2. Use the provided classes and methods to define your extension's properties and generate the required files.
3. Build and test your extension locally before publishing it to the Chrome Web Store.
Manifest is ideal for developers who want to automate the creation of Chrome extensions and focus on building innovative features without getting bogged down in repetitive setup tasks. Get started with Manifest today and supercharge your Chrome extension development workflow!
Raw data
{
"_id": null,
"home_page": "https://github.com/Yash182023/Manifest",
"name": "extensionizer",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": null,
"author": "Yash Sharma",
"author_email": "yashsharmaat2004@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/12/32/81fe90b7fe588b771166873c2831378a0c34e7162b3043b4a0115c30a730/extensionizer-0.0.2.tar.gz",
"platform": null,
"description": "\r\nExtensionizer is a Python package designed to streamline the process of creating Chrome extensions. With Manifest, you can quickly generate the necessary files, including the `manifest.json` file and the files required for the extension's popup interface, such as HTML, CSS, and JavaScript.\r\n\r\nFeatures:\r\n- Easily create and customize the `manifest.json` file for your Chrome extension.\r\n- Generate popup interface files (HTML, CSS, and JavaScript) with minimal effort.\r\n- Simple and intuitive API for defining permissions, background scripts, content scripts, and more.\r\n- Compatible with Python 3.6 and above.\r\n\r\nGetting Started:\r\n1. Install extensionizer using `pip install extensionizer`.\r\n2. Use the provided classes and methods to define your extension's properties and generate the required files.\r\n3. Build and test your extension locally before publishing it to the Chrome Web Store.\r\n\r\nManifest is ideal for developers who want to automate the creation of Chrome extensions and focus on building innovative features without getting bogged down in repetitive setup tasks. Get started with Manifest today and supercharge your Chrome extension development workflow!\r\n \r\n",
"bugtrack_url": null,
"license": null,
"summary": "Python package to create chrome extensions quickly",
"version": "0.0.2",
"project_urls": {
"Homepage": "https://github.com/Yash182023/Manifest"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "5ad5482b730096e879832cfaab1711c85680b46a9a64a5a09df016734015c3d5",
"md5": "30b04d1224255e967886666dea82d191",
"sha256": "69e83d0a96a313f142ba383c9da101df0045433c53e01757f7a73ac0ac635ac5"
},
"downloads": -1,
"filename": "extensionizer-0.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "30b04d1224255e967886666dea82d191",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 4048,
"upload_time": "2024-04-08T18:28:30",
"upload_time_iso_8601": "2024-04-08T18:28:30.647467Z",
"url": "https://files.pythonhosted.org/packages/5a/d5/482b730096e879832cfaab1711c85680b46a9a64a5a09df016734015c3d5/extensionizer-0.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "123281fe90b7fe588b771166873c2831378a0c34e7162b3043b4a0115c30a730",
"md5": "507b7f424197dd8283d3c6f4a9e38173",
"sha256": "0fdd7fbb57f9433e03bf99c4ff76af40469fb88ba10919019c7ed44642527466"
},
"downloads": -1,
"filename": "extensionizer-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "507b7f424197dd8283d3c6f4a9e38173",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 3534,
"upload_time": "2024-04-08T18:28:32",
"upload_time_iso_8601": "2024-04-08T18:28:32.864723Z",
"url": "https://files.pythonhosted.org/packages/12/32/81fe90b7fe588b771166873c2831378a0c34e7162b3043b4a0115c30a730/extensionizer-0.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-04-08 18:28:32",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Yash182023",
"github_project": "Manifest",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "extensionizer"
}