Programming to Googling StackOverflow
Replaces the text 'programming' with 'Googling StackOverflow' (plus variations.) Inspired by: http://bit.ly/1HF3QEe
Programming to Googling StackOverflowとは何ですか?
Programming to Googling StackOverflowはFrancis Nによって開発されたChromeの拡張機能で、その主な機能は「Replaces the text 'programming' with 'Googling StackOverflow' (plus variations.) Inspired by: http://bit.ly/1HF3QEe」です。
拡張機能のスクリーンショット
Programming to Googling StackOverflow拡張機能のCRXファイルをダウンロード
Programming to Googling StackOverflow拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This app replaces the word "programming" with "Googling StackOverflow" as well as several other variations of the word "programming."
This was inspired by The Allium: http://bit.ly/1HF3QEe 拡張機能の基本情報
| 名前 | |
| ID | cdfmakoamfdggejpagcaejcllihongbm |
| 公式URL | https://chromewebstore.google.com/detail/programming-to-googling-s/cdfmakoamfdggejpagcaejcllihongbm |
| 説明 | Replaces the text 'programming' with 'Googling StackOverflow' (plus variations.) Inspired by: http://bit.ly/1HF3QEe |
| ファイルサイズ | 4.78 KB |
| インストール数 | 46 |
| 現在のバージョン | 1.2 |
| 最終更新日 | 2015-07-24 |
| 公開日 | 2015-07-24 |
| 評価 | 4.80/5 合計 5 レビュー |
| 開発者 | Francis N |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Programming to Googling StackOverflow",
"version": "1.2",
"description": "Replaces the text 'programming' with 'Googling StackOverflow' (plus variations.) Inspired by: http:\/\/bit.ly\/1HF3QEe",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |