Keyword Allintitle Results
Find the allintitle search results for your keywords.
Keyword Allintitle Resultsとは何ですか?
Keyword Allintitle Resultsはxaver.fleerによって開発されたChromeの拡張機能で、その主な機能は「Find the allintitle search results for your keywords.」です。
拡張機能のスクリーンショット
Keyword Allintitle Results拡張機能のCRXファイルをダウンロード
Keyword Allintitle Results拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Finding the allintitle search results on Google is a tedious task. Speed up your workflow! 拡張機能の基本情報
| 名前 | |
| ID | bcholjopcmonkanmndoenicdhdnomceb |
| 公式URL | https://chromewebstore.google.com/detail/keyword-allintitle-result/bcholjopcmonkanmndoenicdhdnomceb |
| 説明 | Find the allintitle search results for your keywords. |
| ファイルサイズ | 109 KB |
| インストール数 | 176 |
| 現在のバージョン | 0.0.8 |
| 最終更新日 | 2021-09-29 |
| 公開日 | 2021-09-21 |
| 評価 | 4.00/5 合計 1 レビュー |
| 開発者 | xaver.fleer |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/assets\/images\/favicon-io\/favicon-16x16.png",
"32": "\/assets\/images\/favicon-io\/favicon-32x32.png",
"48": "\/assets\/images\/favicon-io\/favicon-48x48.png",
"128": "\/assets\/images\/favicon-io\/favicon-128x128.png",
"256": "\/assets\/images\/favicon-io\/favicon-256x256.png"
}
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.google.com\/search?*"
],
"js": [
"content-script.js"
]
}
],
"description": "Find the allintitle search results for your keywords.",
"icons": {
"16": "\/assets\/images\/favicon-io\/favicon-16x16.png",
"32": "\/assets\/images\/favicon-io\/favicon-32x32.png",
"48": "\/assets\/images\/favicon-io\/favicon-48x48.png",
"128": "\/assets\/images\/favicon-io\/favicon-128x128.png",
"256": "\/assets\/images\/favicon-io\/favicon-256x256.png"
},
"manifest_version": 3,
"name": "Keyword Allintitle Results",
"permissions": [
"storage"
],
"version": "0.0.8"
} | |