ランデ・イント

ブックマーク重複チェック、画像抽出、URLエンコード、表示ブロック

What is ランデ・イント?

ランデ・イント is a Chrome extension developed by kh, and its main feature is "ブックマーク重複チェック、画像抽出、URLエンコード、表示ブロック".

Extension Screenshots

screenshot

Download ランデ・イント Extension CRX File

Download ランデ・イント 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

                        画像抽出:
 サイトの画像だけを表示します。
 ページ内で右クリックし、ランデ・イントの画像抽出を選択してください。
 画像のみのページが表示されます。
 サムネイルの場合はリンク先表示ボタンでリンク先画像を表示することもできます。

ブックマーク重複チェック:
 ブックマークから重複URLを検索します。
 ブラウザ右上のアイコンをクリックし、「重複チェック」を押してください。
 重複URLの一覧が表示されます。削除ボタンで削除することができます。

URLエンコード:
 URLに使用できない文字を%を用いて使用できる形式に変換します。
 ブラウザ右上のアイコンをクリックし、「URLエンコード」を押してください。
 変換ページの入力欄に文字列を貼り付けエンコードボタンを押してください。

表示ブロック:
 見たくないテキストや画像をブロック指定する事で非表示にします。
 ページ内のテキストや画像を右クリックし、
 ランデ・イントのブロックを選択してください。                    

Extension Basic Information

Name ランデ・イント ランデ・イント
ID comoodengbhchaeglcgaaokhaicgngoo
Official URL https://chromewebstore.google.com/detail/%E3%83%A9%E3%83%B3%E3%83%87%E3%83%BB%E3%82%A4%E3%83%B3%E3%83%88/comoodengbhchaeglcgaaokhaicgngoo
Description ブックマーク重複チェック、画像抽出、URLエンコード、表示ブロック
File Size 789 KB
Installation Count 37,232
Current Version 0.1.18
Last Updated 2016-12-10
Publish Date 2016-12-10
Rating 4.15/5 Total 39 Ratings
Developer kh
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u30e9\u30f3\u30c7\u30fb\u30a4\u30f3\u30c8",
    "version": "0.1.18",
    "default_locale": "ja",
    "manifest_version": 2,
    "description": "\u30d6\u30c3\u30af\u30de\u30fc\u30af\u91cd\u8907\u30c1\u30a7\u30c3\u30af\u3001\u753b\u50cf\u62bd\u51fa\u3001URL\u30a8\u30f3\u30b3\u30fc\u30c9\u3001\u8868\u793a\u30d6\u30ed\u30c3\u30af",
    "options_page": "src\/option\/main.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "lib\/jquery\/jquery.min.js",
                "lib\/minigrid.min.js",
                "lib\/underscore-min.js",
                "src\/cs\/app.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "img\/icon3.png",
        "default_popup": "src\/menu\/main.html"
    },
    "permissions": [
        "bookmarks",
        "tabs",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "lib\/jquery\/jquery.min.js",
            "src\/bg\/main.js"
        ]
    },
    "icons": {
        "16": "img\/icon3.png"
    },
    "web_accessible_resources": [
        "\/lib\/bootstrap\/css\/bootstrap.min.css",
        "\/lib\/bootstrap\/fonts\/glyphicons-halflings-regular.woff2",
        "\/src\/cs\/image.css"
    ]
}