Quire Anywhere

The Best Chrome Extension For Quire!

Quire Anywhere क्या है?

Quire Anywhere Zicy Apps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Best Chrome Extension For Quire!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Quire Anywhere एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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
}