Link Blanker
Open link in new tab.
Link Blankerとは何ですか?
Link Blankerはhttps://x-more.co.jpによって開発されたChromeの拡張機能で、その主な機能は「Open link in new tab.」です。
拡張機能のスクリーンショット
Link Blanker拡張機能のCRXファイルをダウンロード
Link Blanker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
When you click a link to open in a new tab.
Anyway open in a new tab.
(You can also open in the background. )
And you can close tabs cluttered together.
The browser 'back' how to hate, why strangers.
Detailed features, how-to, help, etc. is found in
https://www.x-more.co.jp/en/app/link-blanker/ 拡張機能の基本情報
| 名前 | |
| ID | lkafdfakakndhpcpccjnclopfncckhfn |
| 公式URL | https://chromewebstore.google.com/detail/link-blanker/lkafdfakakndhpcpccjnclopfncckhfn |
| 説明 | Open link in new tab. |
| ファイルサイズ | 365 KB |
| インストール数 | 26,509 |
| 現在のバージョン | 3.0.1 |
| 最終更新日 | 2022-08-02 |
| 公開日 | 2019-02-21 |
| 評価 | 4.28/5 合計 36 レビュー |
| 開発者 | https://x-more.co.jp |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.x-more.co.jp/app/link-blanker/ |
| ヘルプページのURL | https://www.x-more.co.jp/app/link-blanker/ |
| プライバシーポリシーページのURL | https://www.x-more.co.jp/privacy |
| 対応言語 | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "3.0.1",
"name": "Link Blanker",
"description": "Open link in new tab.",
"homepage_url": "https:\/\/www.x-more.co.jp\/app\/link-blanker\/",
"icons": {
"128": "img\/icon.png",
"16": "img\/icon16.png",
"19": "img\/icon19.png",
"32": "img\/icon32.png",
"48": "img\/icon48.png",
"64": "img\/icon64.png"
},
"permissions": [
"storage",
"tabs",
"unlimitedStorage"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"exclude_globs": [
"*.3gp",
"*.3gpp",
"*.7z",
"*.ai",
"*.asf",
"*.asx",
"*.atom",
"*.atom",
"*.avi",
"*.bin",
"*.bmp",
"*.cco",
"*.crt",
"*.css",
"*.css",
"*.deb",
"*.der",
"*.dll",
"*.dmg",
"*.doc",
"*.ear",
"*.eot",
"*.eps",
"*.exe",
"*.flv",
"*.gif",
"*.gif",
"*.hqx",
"*.htc",
"*.ico",
"*.img",
"*.iso",
"*.jad",
"*.jar",
"*.jardiff",
"*.jng",
"*.jnlp",
"*.jpeg",
"*.jpg",
"*.js",
"*.js",
"*.json",
"*.kar",
"*.kml",
"*.kmz",
"*.m4a",
"*.m4v",
"*.mid",
"*.midi",
"*.mml",
"*.mng",
"*.mov",
"*.mp3",
"*.mp4",
"*.mpeg",
"*.mpg",
"*.msi",
"*.msm",
"*.msp",
"*.ogg",
"*.otf",
"*.pdb",
"*.pdf",
"*.pem",
"*.pl",
"*.pm",
"*.png",
"*.ppt",
"*.prc",
"*.ps",
"*.ra",
"*.rar",
"*.rpm",
"*.rss",
"*.rss",
"*.rtf",
"*.run",
"*.sea",
"*.shtml",
"*.sit",
"*.svg",
"*.svgz",
"*.swf",
"*.tcl",
"*.tif",
"*.tiff",
"*.tk",
"*.ttf",
"*.txt",
"*.war",
"*.wbmp",
"*.webm",
"*.webp",
"*.wml",
"*.wmlc",
"*.wmv",
"*.woff",
"*.xls",
"*.xml",
"*.xml",
"*.xpi",
"*.zip"
],
"js": [
"contentscript.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"action": {
"default_icon": {
"19": "img\/icon19.png",
"32": "img\/icon32.png"
},
"default_title": "Link Blanker",
"default_popup": "html\/popup.html"
},
"default_locale": "en",
"web_accessible_resources": [
{
"resources": [
"html\/notify-close-tabs.html"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
]
} | |