kiichi / QuickCopyTitleAndURL

Quickly copy Title and URL from Chrome Toolbar.
MIT License
26 stars 3 forks source link

Context Menu and Shortcut #15

Closed kiichi closed 4 years ago

kiichi commented 4 years ago
Key_phrase_extraction_using_the_Text_Analytics_REST_API_-_Azure_Cognitive_Services___Microsoft_Docs
kiichi commented 4 years ago

TODO : Manage "Checked" state

alejandro5042 commented 4 years ago

Awesome.

I'm assuming this works on:

kiichi commented 4 years ago

ah ok I probably took it wrong, right click on hyper link is not working in this version because I have to access to the contents inside tab. I'll research about it. It's in general blank area which brings the same menu so you don't have to look for the icon in the tool bar. let me create another item in the todo list. https://github.com/kiichi/QuickCopyTitleAndURL/projects/1#card-38391259

alejandro5042 commented 4 years ago

Aside:

A big reason I installed this extension was its reasonable permissions:

image

Extensions that "read and write" on all my web pages... ick :)

kiichi commented 4 years ago

@alejandro5042 yeah is that browsing history displayed because of storage? Not sure which one triggers, but I need storage to proceed for settings screen though

Here is corresponding list below and I also submitted justification for each permission

"permissions": [
    "tabs",
    "clipboardWrite",
    "notifications",
    "storage"
  ],
alejandro5042 commented 4 years ago

I think it’s because of tabs.

Right now I’m ok with the permissions as listed. There’s another permission that the extension doesn’t get have that’s “read and write your data on all your webpages.” That’s the one I try to avoid.