Linkognito
Open links in incognito mode
Linkognitoとは何ですか?
LinkognitoはGandi.netによって開発されたChromeの拡張機能で、その主な機能は「Open links in incognito mode」です。
拡張機能のスクリーンショット
Linkognito拡張機能のCRXファイルをダウンロード
Linkognito拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Open all links that have a "linkognito" html class element in incognito mode (private browsing window). 拡張機能の基本情報
| 名前 | |
| ID | ocdngomloomamlekjhlpdkgimgjhnjfm |
| 公式URL | https://chrome.google.com/webstore/detail/linkognito/ocdngomloomamlekjhlpdkgimgjhnjfm |
| 説明 | Open links in incognito mode |
| ファイルサイズ | 18.94 KB |
| インストール数 | 55 |
| 現在のバージョン | 1.4 |
| 最終更新日 | 2017-05-11 |
| 公開日 | 2017-05-11 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | Gandi.net |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/Gandi/linkognito |
| ヘルプページのURL | https://github.com/Gandi/linkognito/issues |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Linkognito",
"version": "1.4",
"description": "Open links in incognito mode",
"icons": {
"48": "img\/icon.png",
"96": "img\/[email protected]",
"128": "img\/icon-128px.png"
},
"applications": {
"gecko": {
"id": "[email protected]"
}
},
"background": {
"scripts": [
"src\/background\/index.js"
]
},
"permissions": [
"tabs"
],
"content_scripts": [
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*",
"file:\/\/*\/*"
],
"js": [
"src\/linkognito.js"
],
"run_at": "document_end",
"all_frames": true
}
]
} | |