Quire Anywhere
The Best Chrome Extension For Quire!
Quire Anywhere란 무엇입니까?
Quire Anywhere은(는) Zicy Apps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Best Chrome Extension For Quire!"입니다.
확장 프로그램 스크린샷
Quire Anywhere 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Ever wanted to browse the web and add tasks to Quire at the same time? You've found the right extension! - Add tasks by right clicking on text, links, or pages! - Pin the extension and you can add tasks from there too! What is new in v0.2.2? -Feature: You can now add tasks from Google Docs now! v0.2.1 - Fixed: Duplicates (Thank you Selcuk Bagci and Peter Karlen for pointing that out) - Fixed: Pop open new window when trying to use Context Menu without sign in - Fixed: Organizations show: Not Accessible This extension uses the open API of Quire.io Please visit https://quire.io/ for more information about Quire.io
확장 프로그램 기본 정보
이름 | Quire Anywhere |
ID | nojpnnfpfaepolalpokjlblonedknfgf |
공식 URL | https://chromewebstore.google.com/detail/quire-anywhere/nojpnnfpfaepolalpokjlblonedknfgf |
설명 | The Best Chrome Extension For Quire! |
파일 크기 | 545 KB |
설치 횟수 | 697 |
현재 버전 | Beta 0.2.2 |
최근 업데이트 | 2021-05-27 |
출시 날짜 | 2020-04-10 |
평점 | 4.80/5 총 5 개의 평점 |
개발자 | Zicy Apps |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://quire.io/apps/AQuire_Anywhere_Chrome_Extension |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quire Anywhere", "version": "0.2.2", "version_name": "Beta 0.2.2", "description": "The Best Chrome Extension For Quire!", "permissions": [ "notifications", "contextMenus", "storage", "https:\/\/quire.io\/*", "https:\/\/zicy.net\/*", "http:\/\/zicy.net\/*", "https:\/\/docs.google.com\/*" ], "options_page": ".\/views\/settings\/settings.html", "background": { "page": ".\/views\/background\/background.html" }, "browser_action": { "default_title": "Quire Anywhere", "default_popup": "\/views\/popup\/popup.html", "default_icon": { "16": "images\/quire-anywhere-16-opaque.png", "32": "images\/quire-anywhere-32-opaque.png", "48": "images\/quire-anywhere-48-opaque.png", "128": "images\/quire-anywhere-128-opaque.png" } }, "content_scripts": [ { "matches": [ "https:\/\/docs.google.com\/*" ], "js": [ "scripts\/content.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "modules\/content.utils.js", "modules\/google.docs.utils.js", "images\/quire-anywhere-16-clear.png" ], "icons": { "16": "images\/quire-anywhere-16-clear.png", "32": "images\/quire-anywhere-32-clear.png", "48": "images\/quire-anywhere-48-clear.png", "128": "images\/quire-anywhere-128-clear.png" }, "manifest_version": 2 } |