-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add "Export as Extension" button #85
Comments
It's totally feasible. But I'm not sure whether it's worthwhile. Because below reasons:
|
Gotcha. Maybe what I'm looking for is a central location for users to share useful CJS snippets ( a library, wiki, tips page?) E.g., I dislike those twitter share popovers that all the WordPress sites are using, so the below one-liner removes them from some sites. But I wonder if others have a better way of dealing with them. $('#share-div").remove(); |
For the purpose, I suggest the Tampermonkey https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo?hl=en and you can find and share scripts through these websites: https://www.tampermonkey.net/scripts.php |
Not sure if something like this is feasible or worthwhile, but is there a way to export the custom javascript from this extension to a standalone extension?
So this
Export as Extension
button exports a zip file containing a manifest, a basic options page, etc.The text was updated successfully, but these errors were encountered: