Index

Organize Everything.

Indexとは何ですか?

Indexはhttp://indexapp.comによって開発されたChromeの拡張機能で、その主な機能は「Organize Everything.」です。

拡張機能のスクリーンショット

screenshot

Index拡張機能のCRXファイルをダウンロード

Index拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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."
        }
    }
}