MarqueeMe
Why did you install this
MarqueeMeとは何ですか?
MarqueeMeはByzantineFailureによって開発されたChromeの拡張機能で、その主な機能は「Why did you install this」です。
MarqueeMe拡張機能のCRXファイルをダウンロード
MarqueeMe拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adds a "Marquee Me!" option to the right click menu on any page. Selecting it will wrap the entire page body in 拡張機能の基本情報
| 名前 | |
| ID | aijnfcbknkhlklgjdkllkklbbjpdljkb |
| 公式URL | https://chrome.google.com/webstore/detail/marqueeme/aijnfcbknkhlklgjdkllkklbbjpdljkb |
| 説明 | Why did you install this |
| ファイルサイズ | 39.64 KB |
| インストール数 | 18 |
| 現在のバージョン | 2.0 |
| 最終更新日 | 2014-11-07 |
| 公開日 | 2014-11-07 |
| 評価 | 4.67/5 合計 3 レビュー |
| 開発者 | ByzantineFailure |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"MarqueeMe.js"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"jquery-1.11.1.min.js",
"onPage.js"
]
}
],
"manifest_version": 2,
"name": "MarqueeMe",
"description": "Why did you install this",
"version": "2.0",
"permissions": [
"contextMenus",
"tabs",
"storage"
],
"web_accessible_resources": [
"real-world.css"
],
"browser_action": {
"default_title": "Why did you install this"
},
"options_page": "options.html"
} | |