drip

Posting quote from selected text to drip.ink

What is drip?

drip is a Chrome extension developed by https://drip.ink, and its main feature is "Posting quote from selected text to drip.ink".

Extension Screenshots

screenshot

Download drip Extension CRX File

Download drip extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        なくしたくない情報を見つけたら、drip(ドリップ)で保存しよう。

drip は、オンライン上の記事から残しておきたい箇所を簡単に保存・整理・共有出来るサービスです。

日々読む記事をコンパクトに保存して、あなたのビジネスや人生に役立てましょう。

登録はかんたん、利用は無料です。                    

Extension Basic Information

Name drip drip
ID okilancglogdcnbkkagfohpnojjdpigg
Official URL https://chromewebstore.google.com/detail/drip/okilancglogdcnbkkagfohpnojjdpigg
Description Posting quote from selected text to drip.ink
File Size 209 KB
Installation Count 317
Current Version 0.9.11
Last Updated 2018-04-23
Publish Date 2018-04-23
Rating 5.00/5 Total 2 Ratings
Developer https://drip.ink
Email [email protected]
Payment Type free
Extension Website http://drip.ink
Help Page URL http://drip.ink/tour
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "drip",
    "version": "0.9.11",
    "description": "Posting quote from selected text to drip.ink",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "tooltip.css",
                "content.css"
            ],
            "js": [
                "jquery.min.js",
                "tooltip.min.js",
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*.png",
        "tips.html",
        "content.css"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "https:\/\/*\/",
        "http:\/\/*\/",
        "gcm",
        "notifications",
        "contextMenus",
        "storage"
    ],
    "author": "byus&co.ltd"
}