mirror of
https://github.com/not-kennethreitz/convore.json.git
synced 2026-06-21 15:40:58 +00:00
1 line
2.7 KiB
JSON
1 line
2.7 KiB
JSON
[{"user_id": 30494, "stars": [], "topic_id": 46540, "date_created": 1318598497.3086791, "message": "it would be an interesting contribution imho", "group_id": 236, "id": 2346056}, {"user_id": 37659, "stars": [], "topic_id": 46540, "date_created": 1318588181.0238509, "message": "So, here's the problem. On Chrome, when the user installs our app, they have to manually reload the page in order for it to come alive. Is there a way to detect when the app is installed via Javascript so I can do a reload at that time?", "group_id": 236, "id": 2345530}, {"user_id": 37659, "stars": [], "topic_id": 46540, "date_created": 1318589561.2264719, "message": "There are many proposed solutions on the interwebs, such as putting an image file in the extension's resources folder and checking that http://groups.google.com/a/chromium.org/group/chromium-extensions/browse_thread/thread/f00adcb1630168ce#msg_a3d666e654b062d8 OR the extension writing something to local storage and checking that http://groups.google.com/a/chromium.org/group/chromium-extensions/browse_thread/thread/772144dd49405674#msg_2d816048211d4ce0", "group_id": 236, "id": 2345596}, {"user_id": 37659, "stars": [], "topic_id": 46540, "date_created": 1318589757.0813451, "message": ".. but i'm REALLY looking for something that doesn't involve mods to the extension", "group_id": 236, "id": 2345602}, {"user_id": 30494, "stars": [], "topic_id": 46540, "date_created": 1318598090.5757949, "message": "I am assuming that you mean an installation with a click on a crx file.", "group_id": 236, "id": 2346023}, {"user_id": 30494, "stars": [], "topic_id": 46540, "date_created": 1318598475.7493701, "message": "otherwise if you unpack the crx file you might add some code that calls the kynetx app just after install if there is such event defined in the chrome api", "group_id": 236, "id": 2346054}, {"user_id": 30494, "stars": [], "topic_id": 46540, "date_created": 1318598162.5296409, "message": "I would call the app's bookmarklet when the user clicks on the install link for this particular situation", "group_id": 236, "id": 2346029}, {"user_id": 30494, "stars": [], "topic_id": 46540, "date_created": 1318598230.8442161, "message": "or use a settimeout with a callback to a page refresh", "group_id": 236, "id": 2346037}, {"user_id": 30494, "stars": [], "topic_id": 46540, "date_created": 1318598332.6026549, "message": "no clean solution but it might be good enough", "group_id": 236, "id": 2346047}, {"user_id": 37659, "stars": [], "topic_id": 46540, "date_created": 1318604228.4337859, "message": "don't think bookmarklet or setTimeout are good user experiences, confusing for the former and unreliable for the latter", "group_id": 236, "id": 2346564}] |