OctoLenses

Watch your repos and discover awesome things directly from your New Tab page.

OctoLenses क्या है?

OctoLenses Renan GEHAN द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Watch your repos and discover awesome things directly from your New Tab page."।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में OctoLenses एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        As a developer, you shouldn't have to worry about filtering issues or pull requests manually and instead focus on what is fundamental: your code.

This extension allows you to create very precise filters than will nicely lay out all the information you need in order to be as productive as possible.

It features:
- Creating filters for GitHub (both issues and pull requests)
- Creating filters for Jira (so that you can better correlate your PRs with your issues, if you're using Jira)
- Notifications when there are new items in one of your filters

A dark theme was added, so that it doesn't hurt your eyes at night.                    

एक्सटेंशन की मूल जानकारी

नाम OctoLenses OctoLenses
ID ghlblfakaklgkdmfejdlffbmpcaidoci
आधिकारिक URL https://chromewebstore.google.com/detail/octolenses/ghlblfakaklgkdmfejdlffbmpcaidoci
विवरण Watch your repos and discover awesome things directly from your New Tab page.
फ़ाइल का आकार 3.74 MB
स्थापना संख्या 96
वर्तमान संस्करण 2.2.1
अंतिम अपडेट 2024-01-05
प्रकाशन तिथि 2020-03-05
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Renan GEHAN
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://octolenses.now.sh/static/privacy-policy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAq\/S9dl\/VwNTcp+T5ZLnOH8gOZoMkFTiKNsR6EDv3zUiEImaheCDMzFUhRiyxg1NY55RjB7oMcqFl2RQnMr8YIR4zmCN0VKljgzN4G81mH+tN+lSccKYOPcUed26nzzzSdxryUSg2QfadChtnCfFMaZxkwrQTn4So5pTyr9upPNDvL4BCXG1sxeZHpp5TDIJTNYlKngQzmWGd\/yi0QBRwukeobk7nqiXzAoXkG2qHP3A+Y3YrGFsXfB3X1rM\/1g8qnUHwYlv\/MmLboOmRQdEBsKdstUmmGTQb6FuTAYVkTcaw\/wtRHyd+Cdf9jTo2SVdU160zZ3Ngqr7B+cYvEx+htQIDAQAB",
    "manifest_version": 3,
    "name": "OctoLenses",
    "version": "2.2.1",
    "short_name": "OctoLenses Browser Extension",
    "description": "Watch your repos and discover awesome things directly from your New Tab page.",
    "permissions": [
        "identity"
    ],
    "host_permissions": [
        "*:\/\/*.github.com\/*",
        "https:\/\/use.fontawesome.com\/*",
        "https:\/\/fonts.googleapis.com\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "service_worker": "service_worker\/index.js"
    },
    "action": {
        "default_title": "OctoLenses",
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png",
            "48": "icons\/icon-48.png",
            "128": "icons\/icon-128.png"
        }
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    }
}