I've managed to remake it, had a better look at the extension architecture... http://groups.google.com/group/chromium-extensions/web/Force-Feed.crx
Should work now... On Thu, Sep 10, 2009 at 4:48 PM, BRR <[email protected]> wrote: > > I'm unable to install force-feed, at all. > I had it installed, but was never able to make it work. > So, I uninstalled, re-downloaded, re-installed - or at least tried to. > I don't get an error, but it also does not show up on the extensions > page. > Help? > BRR > > On Aug 19, 12:16 pm, Teo <[email protected]> wrote: > > Hmm, the only thing i changed is the Chrome version (latest alpha > > build now). When i install it says the manifest is invalid but the > > blue rss icon still appears. Here's the manifest (basically same > > structure as the sample RSS extension), maybe someone can spot > > something (i've added permissions just in case, but that wasn't it): > > > > { > > "name": "Force-Feed", > > "description": "Follow changes on any page, even if it doesn't have > > a feed", > > "version": "1.0", > > "background_page": "background.html", > > "content_scripts": [ > > { > > "matches": ["http://*/*", "file://*.*"], > > "js": ["content-script.js"] > > } > > ], > > "page_actions": [ > > { > > "id": "RssPageAction", > > "name": "Create a feed for this page through Page2RSS and > > subscribe to it", > > "icons": [ > > "rss-16x16-blue.png" > > ] > > } > > ], > > "permissions": [ > > "http://page2rss.com/", > > "http://*.google.com/" > > ] > > > > } > > > > Thanks for testing btw. > > > > On Aug 19, 7:39 pm, BRR <[email protected]> wrote: > > > > > > > > > I've yet to getforce-feedto work... > > > Is there some magic required? > > > I can access Page2RSS, so I don't think that's it. > > > I click the blue icon and nothing that I can see happens. > > > > > Thanks, in advance. > > > > > On Aug 14, 1:15 am, Teo <[email protected]> wrote: > > > > > > I fixed them.. Should work now. > > > > > > Same links: > http://groups.google.com/group/chromium-extensions/web/Time-and-Date.... > > > > > > Thanks! > > > > > > On Aug 13, 8:14 pm, gkp <[email protected]> wrote: > > > > > > > Thanks, but I've got a bad magic number error on 3.0.197.11. > > > > > > > On Aug 13, 2:03 pm, Teo <[email protected]> wrote: > > > > > > > > Hi everyone, i'm new here. I just wanted to tell you that i've > made 2 > > > > > > extensions: > > > > > > > > 1. Time-and-Date is both a clock and a calendar. Clicking leads > you > > > > > > to > > > > > > Google Calendar - hovering gives you more data. > http://groups.google.com/group/chromium-extensions/web/Time-and-Date.crx > > > > > > > > 2.Force-Feedforces the creation of a feed (even on a page that > > > > > > doesn't > > > > > > have any) and subscribes you to it. It's done through Page2RSS > API > > > > > > (www.Page2RSS.com). > http://groups.google.com/group/chromium-extensions/... > > > > > > > > Your feedback is welcome... > > > > > > > > Thanks, > > > > > > Teo > > > > -- Teo (a.k.a. Teominator a.k.a. Teodor Filimon) site www.teodorfilimon.com | blog www.teodorfilimon.blogspot.com GMT +2 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-extensions" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/chromium-extensions?hl=en -~----------~----~----~----~------~----~------~--~---
