Index

Organize Everything.

Index क्या है?

Index http://indexapp.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Organize Everything."।

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

screenshot

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

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

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

                        Use the Index Chrome extension to quickly #index interesting ideas you find in the wild. 

The extension lets you quickly #index sites and pictures so you can build your ideas and make projects happen. Whether learning something new, or keeping track of the daily grind, Index keeps you organized so you can focus on what matters.

For super quick Indexing, hit CMD-SHIFT-i                    

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

नाम Index Index
ID ghkpddjaenkipmahjnkhljeipabemdfc
आधिकारिक URL https://chrome.google.com/webstore/detail/index/ghkpddjaenkipmahjnkhljeipabemdfc
विवरण Organize Everything.
फ़ाइल का आकार 30.3 KB
स्थापना संख्या 722
वर्तमान संस्करण 0.9
अंतिम अपडेट 2017-11-26
प्रकाशन तिथि 2017-11-26
रेटिंग 4.00/5 कुल 9 रेटिंग्स
डेवलपर http://indexapp.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://indexapp.com
सहायता पृष्ठ URL https://indexapp.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Index",
    "version": "0.9",
    "manifest_version": 2,
    "description": "Organize Everything.",
    "icons": {
        "16": "icons\/chevron-icon-16.png",
        "32": "icons\/chevron-icon-32.png",
        "48": "icons\/chevron-icon-48.png",
        "96": "icons\/chevron-icon-96.png",
        "128": "icons\/chevron-icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "cookies"
    ],
    "options_ui": {
        "page": "options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/chevron-icon-16.png",
            "32": "icons\/chevron-icon-32.png",
            "48": "icons\/chevron-icon-48.png",
            "96": "icons\/chevron-icon-96.png",
            "128": "icons\/chevron-icon-128.png"
        },
        "default_title": "Index this page",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+I"
            },
            "description": "Opens the Index save extension."
        }
    }
}