Skip to content

Instantly share code, notes, and snippets.

@jayrcodes
Last active May 22, 2020 07:56
Show Gist options
  • Select an option

  • Save jayrcodes/4373d09cb316e5a6c16de0dd733b38c7 to your computer and use it in GitHub Desktop.

Select an option

Save jayrcodes/4373d09cb316e5a6c16de0dd733b38c7 to your computer and use it in GitHub Desktop.

Revisions

  1. Jay-r Albano revised this gist May 22, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion How to import chrome extension.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    # Import chrome extension
    # How to import chrome extension

    Step 1. Unzip the file

  2. Jay-r Albano created this gist May 22, 2020.
    21 changes: 21 additions & 0 deletions How to import chrome extension.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,21 @@
    # Import chrome extension

    Step 1. Unzip the file

    ![The zip file](https://trello-attachments.s3.amazonaws.com/5e90935610aa2d77027feaae/5ec782a66bb3a54139ca8104/9b0754504efb85a11865c25da5aa1888/Screen_Shot_2020-05-22_at_3.44.50_PM.png)

    Step 2. Open Chrome browser, then go to `chrome://extensions`

    ![The zip file](https://trello-attachments.s3.amazonaws.com/5e90935610aa2d77027feaae/5ec782a66bb3a54139ca8104/0ec6eddcc495c1d681294845163e7012/Screen_Shot_2020-05-22_at_3.46.44_PM.png)

    Step 3. Turn on `Developer Mode`, Then click `Load unpacked`

    ![The zip file](https://trello-attachments.s3.amazonaws.com/5e90935610aa2d77027feaae/5ec782a66bb3a54139ca8104/f9cb482fb0ab861bc4580fa4931fa247/Screen_Shot_2020-05-22_at_3.49.16_PM.png)

    Step 4. Locate extracted folder from the zip file

    ![The zip file](https://trello-attachments.s3.amazonaws.com/5e90935610aa2d77027feaae/5ec782a66bb3a54139ca8104/b5062c7f18844b15e168572c4dc05adb/Screen_Shot_2020-05-22_at_3.52.51_PM.png)

    Step 5. The chrome extension should appear

    ![The zip file](https://trello-attachments.s3.amazonaws.com/5e90935610aa2d77027feaae/5ec782a66bb3a54139ca8104/648dfa5d3b3f26f9b7a5ead1f30d027c/Screen_Shot_2020-05-22_at_3.53.03_PM.png)