uluturki / social-annotate

Helps to annotate social media by bringin everything into the natural experience of platforms and keeping records straight.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement support for multiple social media platforms

uluturki opened this issue · comments

  • Modify the file structure by separating shared content script functions into a common file, and give platform specific functionality their of individual folders and files.

  • Import only content files relevant to that platform, configured accordingly in the manifest file.

  • Modify the configurations to support multiple platforms properly. When implemented, options page can have a small area with tabs for each platform.

We can have a separate folder and files for each platform, and they can be loaded as content scripts based on the url match, so only the relevant scripts will be loaded.

a7e8500 does the separating files for platforms bit.

Support now exists for multiple platforms, implementation should be a separate issue.