The Pinterest extension can function without accessing all of your Chrome data - here's how.
The Pinterest Save Button Chrome extension allows users to collect images by quickly adding them to their Boards. Unfortunately, the extension requires some overbearing permissions. Namely, the ability to access all browsing data.
The intent of this project is to demonstrate how the functionality of the Pinterest Save Button can be implemented without any special permissions.
- Achieve the goal requiring as few permissions as possible
- Do so as succinctly as possible while clearly expressing the intent
Take advantage of the activeTab permission to display no warning message during installation.
The results of this project will be summarized in a future commit.