--
You received this message because you are subscribed to the Google Groups "Chromium-extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To post to this group, send email to chromium-...@chromium.org.
Visit this group at http://groups.google.com/a/chromium.org/group/chromium-extensions/.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/60ee0fc1-7b1d-4fa3-b206-68d89dc0cfaf%40chromium.org.
For more options, visit https://groups.google.com/a/chromium.org/groups/opt_out.
Yael, what have you got so far?We might be able to point out problems with your code, but it's not likely that someone will write it for you.Adrian
On Sat, Nov 9, 2013 at 3:22 PM, Yael Bessen <yaelb...@gmail.com> wrote:
Hi!I need to copy a text from a text file on my computer,Can someone help me with the code??
I don't know how to that,really need your help! :)
--
You received this message because you are subscribed to the Google Groups "Chromium-extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extensions+unsub...@chromium.org.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To post to this group, send email to chromium-...@chromium.org.
Visit this group at http://groups.google.com/a/chromium.org/group/chromium-extensions/.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/30e27453-5348-4b87-9f92-d56cc109bef6%40chromium.org.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extensions+unsubscribe...@chromium.org.
To post to this group, send email to chromium-...@chromium.org.
Visit this group at http://groups.google.com/a/chromium.org/group/chromium-extensions/.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/60ee0fc1-7b1d-4fa3-b206-68d89dc0cfaf%40chromium.org.
For more options, visit https://groups.google.com/a/chromium.org/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "Chromium-extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extensions+unsub...@chromium.org.
To post to this group, send email to chromium-...@chromium.org.
Visit this group at http://groups.google.com/a/chromium.org/group/chromium-extensions/.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To post to this group, send email to chromium-...@chromium.org.
Visit this group at http://groups.google.com/a/chromium.org/group/chromium-extensions/.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/8a79f309-5575-4e20-af84-1c2af5b779c6%40chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/30e27453-5348-4b87-9f92-d56cc109bef6%40chromium.org.
--
You received this message because you are subscribed to the Google Groups "Chromium-extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extensions+unsub...@chromium.org.
To post to this group, send email to chromium-...@chromium.org.
Visit this group at http://groups.google.com/a/chromium.org/group/chromium-extensions/.
Hi Adrian,I went through your code of the autosave extension and I'm trying to understand something-where did you wrote the path to the file?
On Sunday, November 10, 2013 12:42:45 AM UTC+2, Adrian Aichner wrote:Sure, make it a browser action extension.You can use an options page in case your file path needs to be configurable.I would still recommend to use a input type=file button.You can preload it programmatically instead of choosing a file manually and also call its click event listener programmatically.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To post to this group, send email to chromium-...@chromium.org.
Visit this group at http://groups.google.com/a/chromium.org/group/chromium-extensions/.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/0e0c45c0-98a1-4270-97c5-a8c7f4777438%40chromium.org.
Good Luck!Adrian
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/8a79f309-5575-4e20-af84-1c2af5b779c6%40chromium.org.
--
You received this message because you are subscribed to the Google Groups "Chromium-extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extensions+unsub...@chromium.org.
To post to this group, send email to chromium-...@chromium.org.
Visit this group at http://groups.google.com/a/chromium.org/group/chromium-extensions/.
This approach is only allowed on unpacked extensions/apps. If you try to upload to the Webstore you will get errors.
In general there is no way to access any file by path. The user has to grant access to files for security reasons.
Yael, what about your use case means can't you let the use choose the file?
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To post to this group, send email to chromium-...@chromium.org.
Visit this group at http://groups.google.com/a/chromium.org/group/chromium-extensions/.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/ee370f52-da06-44e8-bf96-f32e92a80758%40chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/0e0c45c0-98a1-4270-97c5-a8c7f4777438%40chromium.org.
--
You received this message because you are subscribed to the Google Groups "Chromium-extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extensions+unsub...@chromium.org.
To post to this group, send email to chromium-...@chromium.org.
Visit this group at http://groups.google.com/a/chromium.org/group/chromium-extensions/.