-
Notifications
You must be signed in to change notification settings - Fork 89
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
Some website cannot crop or wrong result #2
Comments
There are certain sites that are not allowed for Chrome extensions like for example the Chrome Store. Having the jCrop plugin initialized on the page and using the Screenshot Capture extension would most probably cause issues. I'll add it to my TODO list to think about it, but it's not a high priority one. What do you mean by non web pages? File URLs, those starting with |
Non web page
|
These are not allowed too :) I think there is an option to allow it though. Check out this answer on StackOverflow. |
If you crop in current page it must not allow, |
That's a good workaround, thanks for sharing it 👍 I'll think about adding it to the extension, but that's not a high priority one too. |
Can we show buttons with the J crop preview like i want to add a save and delete button with that preview can we??? |
I found that there are some website cannot trigger the jCrop or wrong result
for example:
Cannot crop
https://chrome.google.com/webstore/category/apps?hl=zh-TW&_feature=website
I dont know how to say this problem
http://deepliquid.com/content/Jcrop_Examples.html
also this extension need create element in current page, so all non web page cannot crop anything
And current my extension is use captureVisibleTab to send the base64 image to new tab
and set the jCrop with it, so i dont have above problem
The text was updated successfully, but these errors were encountered: