ランデ・イント
ブックマーク重複チェック、画像抽出、URLエンコード、表示ブロック
Wat is ランデ・イント?
ランデ・イント is een Chrome-extensie ontwikkeld door kh, en de belangrijkste functie is "ブックマーク重複チェック、画像抽出、URLエンコード、表示ブロック".
Extensie Screenshots
Download het CRX-bestand van de extensie ランデ・イント
Download ランデ・イント-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
画像抽出:
サイトの画像だけを表示します。
ページ内で右クリックし、ランデ・イントの画像抽出を選択してください。
画像のみのページが表示されます。
サムネイルの場合はリンク先表示ボタンでリンク先画像を表示することもできます。
ブックマーク重複チェック:
ブックマークから重複URLを検索します。
ブラウザ右上のアイコンをクリックし、「重複チェック」を押してください。
重複URLの一覧が表示されます。削除ボタンで削除することができます。
URLエンコード:
URLに使用できない文字を%を用いて使用できる形式に変換します。
ブラウザ右上のアイコンをクリックし、「URLエンコード」を押してください。
変換ページの入力欄に文字列を貼り付けエンコードボタンを押してください。
表示ブロック:
見たくないテキストや画像をブロック指定する事で非表示にします。
ページ内のテキストや画像を右クリックし、
ランデ・イントのブロックを選択してください。 Basisinformatie over de Extensie
| Naam | |
| ID | comoodengbhchaeglcgaaokhaicgngoo |
| Officiële 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 |
| Beschrijving | ブックマーク重複チェック、画像抽出、URLエンコード、表示ブロック |
| Bestandsgrootte | 789 KB |
| Aantal Installaties | 37,232 |
| Huidige Versie | 0.1.18 |
| Laatst Bijgewerkt | 2016-12-10 |
| Publicatiedatum | 2016-12-10 |
| Beoordeling | 4.15/5 Totaal 39 Beoordelingen |
| Ontwikkelaar | kh |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |