QuickOWL Firefox

QuickOWL

제작자: Prasanna
Quickly Open Web Links using custom contextmenu with selected text as input

특징 및 기능

Firefox browser add-on to quickly open web links, using custom browser context menu defined by the user, with selected text as input.

Where QuickOWL can help: When we regularly copy text from different articles/pages in browser and paste in [ANOTHER_WEB_PAGE] and perform search.

Here [ANOTHER_WEB_PAGE] can be:

  1. Google Scholar (https://scholar.google.com/scholar?q=)
  2. Wikipedia (https://en.wikipedia.org/w/index.php?search=)
  3. Bug tracking page in work (https://jira.<orgdomain>.com/jira/browse/)
  4. Google Translate (https://translate.google.com/?tl=en&text=)
In order to add custom context menu of "Search with Google Scholar" the user will be adding following two information in QuickOWL:
  1. [Enter Display Name] -> Search Google Scholar
  2. [URL before selected text] -> https://scholar.google.com/scholar?q=
Once added, select a text from any page in Firefox browser and right click, the user can see "QuickOWL -> Search Google Scholar" context menu. If no text is selected QuickOWl context menu won't be displayed. So, the requirement is to select a text to activate QuickOWL custom context menu.

Following sample data can be downloaded, and imported into QuickOWL: https://drive.google.com/file/d/1Ab5pqjy4vgymDDlM3QgE1bfx7t8W8S2u/view?usp=sharing

Why yet another custom context menu search extension?

  1. QuickOWL uses latest Firefox add-on API guidelines, which means it has longer shelf life
  2. Uses least amount of privileges required:
    1. storage - required to store the user defined context menu URLs
    2. unlimitedStorage - to allow cumulative storage for the extension to expand beyond 5MB
    3. menus - required to add custom user defined URL entries in Firefox's context menu
    4. downloads - required to export current list of user defined URLs for the extension as .txt file
  3. Provides necessary alert messages to user to make it easy for the user to understand what is working and what is not
  4. Provides simplified Extension Options page to manage addition/deletion of custom context menu URLs
  5. Light weight by design, the Options page of extension uses only the required html & javascript to achieve the tasks. No heavy weight third party is being imported. It's developed in pure HTML, CSS & Javascript.
  6. Features detailed Help page to make it easy to understand about the functionality of the extension

Privacy:

  1. Though after installing the Permissions in Extension page says "Read your browsing history", it doesn't actually do any reading of browsing history. The extension focuses on sending the selected text to the user defined context menu URLs. No extra reading, no background activities.
  2. Currently the extension supports storage locally(https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local in browser only, there is no option to sync the data across Firefox browsers (using Firefox account). One of the main intentions for that is; to keep the user data local.

Release Updates:

Release 0.1.6

  1. Updated the .csv based file export & import to use .txt format, because the .csv file exported with separator as pipe symbol | gets updated to use comma , when edited in .csv editors (like Microsoft Excel). Once the .csv file separator gets updated to comma, further import from that .csv file fails. So, now the .txt format has been made as defacto format for export and import.
  2. Help section has been updated about the usage of .txt file instead of .csv file
  3. An example on sample data of .txt file with separator as pipe | symbol has been added in Import URLs section
  4. Font size has been updated to use 1 rem instead of 14px
  5. Font family has been updated to use system fonts, based on an article from Hacker News (https://systemfontstack.com/)
  6. Extension title summary has been enhanced to refer to multiple web links
  7. Added a note on "Save Changes" button usage in case of "Add URL" & "Delete Selected URLs"

Release 0.1.4

  1. Changed the order of appearance of help section, to make it easy for users to copy paste sample inputs into the text fields
  2. Enhanced the content of help section
  3. Fixed unintended CSS styling for regular tables

Release 0.1.3

  1. Ironed out font settings across html pages of the extension
  2. Disabled logging of outputs in browser console using condition, the reasoning behind this to help develpers who regularly use browser console to diagnose issues. The output from QuickOWL extension may pollute the console.
  3. Fixed grammatical mistakes in options page
  4. Removed unused host permissions
  5. Fixed issue with clearing all URLs
  6. Fixed issue with number regex which earlier didn't allow decimal points

Release 0.1.2

  1. Improved the content of add-on store listing
  2. Improved the extension icon popup content
  3. Added sample data URL as part of add-on store listing main content
  4. Updated the Screenshots to reflect the new icon

Release 0.1.1

  1. Reduced the font size little bit to make the content fit within the screen and easy to read
  2. Changed the icon for the extension, to make it standout while getting listed in Firefox Addons page
  3. Removed background color for help section

Release 0.1.0

  1. First release of Extension with full set of features supporting import, export of URLs

Thanks: Special thanks to user @wOxxOm (https://stackoverflow.com/users/3959875/woxxom) who has helped to resolve some of the blocking issues while developing this extension.

사용자 증가 및 다운로드 통계

Manifest V2 Add-on
제작자:
Prasanna
일일 사용자:
12
버전:
0.3.8 마지막 업데이트: 2026-06-08
버전 코드:
6298185
생성 날짜:
2022-04-26
위험:
Low risk impact Moderate risk likelihood
권한:
크기:
133.55KB
이메일:
bp*****@gmail.com
URL:
웹사이트
전체 설명:
자세한 설명 보기
소스:
Firefox 부가 기능 스토어
데이터 수집일:
2026-07-10
통계 및 순위 비교:

개발자에게 문의

Chrome-Stats는 이 Firefox 부가 기능을 소유하지 않습니다. 아래 정보를 사용하여 Firefox 부가 기능 개발자에게 문의하세요.
에 의해 개발:
Prasanna
Firefox 부가 기능 스토어
https://addons.mozilla.org/firefox/addon/quickowl/
메일 주소:
bp*****@gmail.com
웹사이트:
https://quickowl.app

QuickOWL는 안전한가요?

위험 영향도
위험 영향도는 확장 프로그램이 접근할 수 있는 추가 권한의 수준을 측정합니다. 낮은 위험 영향도의 확장 프로그램은 많은 해를 끼칠 수 없지만, 높은 위험 영향도의 확장 프로그램은 비밀번호 도용, 보안 설정 우회, 개인 데이터 접근 등 많은 피해를 줄 수 있습니다. 높은 위험 영향도의 확장 프로그램이 반드시 악의적인 것은 아닙니다. 그러나 악의적으로 변한다면 매우 해로울 수 있습니다.

QuickOWL은(는) 매우 최소한의 권한만 요구합니다.

위험 영향도 분석 세부 정보
  • Medium Allows management of download operations but generally doesn't severely affect security unless misused.
위험 가능성
위험 가능성은 Firefox 부가 기능이(가) 악의적으로 변할 가능성을 측정합니다. 이는 Firefox 부가 기능 스토어에서의 게시자와 Firefox 부가 기능 평판, Firefox 부가 기능이(가) 존재한 기간, 그리고 Firefox 부가 기능에 관한 다른 신호들에 의해 결정됩니다. 우리의 알고리즘은 완벽하지 않으며, 악의적인 확장 프로그램을 탐지하는 새로운 방법을 발견함에 따라 변경될 수 있습니다. Firefox 부가 기능을(를) 설치할 때는 항상 주의하는 것이 좋습니다.

QuickOWL은(는) 아마도 신뢰할 수 있습니다. 가능하면 다른 게시자를 선호하세요. 이 부가 기능을(를) 설치할 때 주의하세요.

위험 가능성 분석 세부 정보
  • High This extension has low user count. Unpopular extensions may not be stable or safe.
  • Medium **** ********* *** ******* ** *** **** * ******* *** ******* *** *** ** ****** ** *****
  • Low **** ********* *** ***** **** **** * ****** **** ***** ********** *** **** ****** ** ** ****** *** *****
Extension Guard
확장 경비대

Extension Guard로 사용 중인 모든 확장 프로그램을 발견하고, 위험을 분석하며, 차단 정책을 적용하세요

브라우저를 안전하게 하세요
전체 위험 분석 세부 정보를 보려면 업그레이드하세요

최고의 QuickOWL 대안

다음은 QuickOWL과(와) 유사한 Firefox add-on입니다: