StackIt
Search your queries on Stack Overflow
StackItとは何ですか?
StackItはVineeth TRによって開発されたChromeの拡張機能で、その主な機能は「Search your queries on Stack Overflow」です。
拡張機能のスクリーンショット
StackIt拡張機能のCRXファイルをダウンロード
StackIt拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Stack Overflow is a question and answer site for professional and enthusiast programmers.
StackIt gets answers from Stack Overflow when stuck with any bug or queries
StackIt directly & instantly finds the answer from the stackoverflow for any query that comes up. An easy & effortless way to search precisely from search engine sites when faced with issues. 拡張機能の基本情報
| 名前 | |
| ID | ephnhpaienodfmaldccgjjnohkbembni |
| 公式URL | https://chromewebstore.google.com/detail/stackit/ephnhpaienodfmaldccgjjnohkbembni |
| 説明 | Search your queries on Stack Overflow |
| ファイルサイズ | 33.43 KB |
| インストール数 | 90 |
| 現在のバージョン | 1.0.2 |
| 最終更新日 | 2023-08-17 |
| 公開日 | 2017-10-11 |
| 評価 | 5.00/5 合計 5 レビュー |
| 開発者 | Vineeth TR |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "StackIt",
"version": "1.0.2",
"description": "Search your queries on Stack Overflow",
"author": "[email protected]",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
}
} | |